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

Posted 时间@煮雨~

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了推送代码分支时出现:fatal: 'origin' does not appear to be a git repository相关的知识,希望对你有一定的参考价值。

关于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的主要内容,如果未能解决你的问题,请参考以下文章

执行git命令时出现fatal: 'origin' does not appear to be a git repository错误

android studio提交到开源git时出现:fatal: refusing to merge unrelated histories的解决办法

Git在提交代码时出现的fatal: Authentication failed的问题

Git 出现的问题

linux 部署出现Fatal error: Class 'DOMDocument' not found。

python:使用pip安装时出现Fatal error in launcher错误