Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在 Github 上建立了一个 Android 项目。 除了远程跟踪文件夹中没有远程跟踪分支之外,一切似乎都很好。
结果,我无法将更改推送到 Github 文件夹。 你会如何解决这个问题?
您可以查看Egit 用户指南的“配置上游推送”部分,以便为推送添加新的refspec(可通过推送向导访问)。
或者您可以简单地使用 git shell(例如 Windows 上的 msysgit)并输入:
git branch -u origin/master master