遇到错误
No tracked branch configured for branch master or the branch doesn't exist.
To make your branch track a remote branch call, for example,
以下两条命令搞定
git branch --set-upstream-to=origin/master master
git pull origin master --allow-unrelated-histories
版权属于:
小破孩
作品采用:
《
署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
》许可协议授权
评论 (0)