1 .远程仓库关联重置
输入命令:git push -u origin master
Username for 'https://github.com': JonkeyChen
Password for 'https://JonkeyChen@github.com':
//LLDB错误提示:
remote: Repository not found.
fatal: repository 'https://github.com/JonkeyChen/QuPaiSDKTest.git/' not found
//解决方法:
git remote rm origin
//gitHub上创建的仓库中获取
git remote add originhttps://github.com/JonkeyChen/QuPaiSDK_Record.git
网友评论