git remote -v
git remote add upstream https://code.vipkid.com.cn/learning/learning-ipad-plus.git
git fetch upstream
git checkout master
git push origin master
push代码先执行:
git config --global push.default simple
git remote -v
git remote add upstream https://code.vipkid.com.cn/learning/learning-ipad-plus.git
git fetch upstream
git checkout master
git push origin master
push代码先执行:
git config --global push.default simple