【发布时间】:2020-07-02 08:19:34
【问题描述】:
我想将我的 android studio 项目更新到 github
但它说
Can't Update
No tracked branch configured for branch origin or the branch doesn't exist.
To make your branch track a remote branch call, for example,
git branch --set-upstream-to=origin/origin origin (show balloon)
这个方法我试过了
git checkout mybranch
git branch --set-upstream-to=origin/mybranch
但它说
'error :pathspec 'mybranch' did not match any file(s) known to git'
我现在不知道该怎么做。有没有办法在 Android Studio 中解决这个问题?
【问题讨论】:
标签: git android-studio github