: failed to push some refs to 'git@github.com:AlanKnightly/reactC.git'hint: Updates were rejected because the tip of your current branch is behindhint: its remote counterpart. Integrate the remote changes (e.g.hint: 'git pull ...') before pushing aga
>>>>Git简介 >>>>官网下载Git >>>>安装,一路next 安装成功后,鼠标右键里就有Git bash here和Git GUI here >>>>Git初始化及配置 运行Git bash 输入命令(盘符根据实际情况) cd /f mkdir android cd android ls (新建文件夹为空) ls -a(查看隐藏文件,只有../ ./) git init(git初始化) ls -a