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

怀抱观古今,寝食展戏谑。这篇文章主要讲述推送代码分支时出现: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)】
推送代码分支时出现(fatal: 'origin' does not appear to be a git repository)

文章图片

应执行命令为:

git remote add origin git@github.com:fwl8888/f01.git

 
再次执行推送提交即可
 

    推荐阅读