关于ubuntu进行提交本地分支到远程库出现问题:
解决方案:
执行如下命令:
git remote add origin git@github.com:yourusername/test.git
yourusername:为github注册名
test:为远程库名
如图所示:
应执行命令为:
git remote add origin git@github.com:fwl8888/f01.git
再次执行推送提交即可
推送代码分支时出现:fatal: 'origin' does not appear to be a git repository