【发布时间】:2013-02-25 04:35:40
【问题描述】:
我正在添加这样的远程存储库
git remote add pythonic https://github.com/sanfx/pythonic.git
但我收到此错误提示
致命:https://github.com/sanfx/pythonic.git/info/refs 未找到:您是否在服务器上运行了 git update-server-info?
之前我在git push -f python3_ver2 添加了一个远程分支,即使我在 github.com 上没有它。
我在添加远程分支时缺少什么?
【问题讨论】:
-
对我来说是 404。是私人回购吗?
-
当我拼写错误时,我通常会得到这个。
-
另外你不是在添加一个分支,你是在添加一个 repo
-
好吧,我刚刚跑了
git push -u origin pythonic创建了一个远程分支...
标签: git github git-remote