推送代码分支时出现:fatal: 'origin' does not appear to be a git repository

关于ubuntu进行提交本地分支到远程库出现问题:

推送代码分支时出现:fatal: 'origin' does not appear to be a git repository

解决方案:

执行如下命令:

git remote add origin git@github.com:yourusername/test.git
yourusername:为github注册名
test:为远程库名
如图所示:

推送代码分支时出现:fatal: 'origin' does not appear to be a git repository

应执行命令为:
git remote add origin git@github.com:fwl8888/f01.git

 

再次执行推送提交即可

 

推送代码分支时出现:fatal: 'origin' does not appear to be a git repository

上一篇:android studio 3 修改生成文件名


下一篇:Cisco 路由器上传IOS(一)