请问怎么更新?
CHI0454 opened this issue · 4 comments
我有在其他问题看到说用git pull的方式更新,但是完全不懂这方面的事,不管是在谷歌还是百度查关键词都没有看明白T T
有教程能偷懒最好,但是如果解释起来比较麻烦,可以告诉我具体应该查哪些关键词来学习嘛。。。
我在文件夹用CMD输入的指令,反馈是下面的开头部分,然后百度之后说让输入GIT INIT,最后变成这样
X:\UmamusumeAutoTrainer-dev>git pull --force
fatal: not a git repository (or any of the parent directories): .git
X:\UmamusumeAutoTrainer-dev>git init
Initialized empty Git repository in X:/UmamusumeAutoTrainer-dev/.git/
X:\UmamusumeAutoTrainer-dev>git pull --force
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=<remote>/<branch> master
想了下还是不继续动了。。
直接覆盖可以的话我直接覆盖吧,感谢
简单来说,只有git clone 方式下载的代码才可以用git pull更新,如果你是用download zip下载的只能手动重新下载了
我还试了下git clone的方法,果然是VPN问题没法链接,想起来之前试AI作画用CMD链接GIT一直不成功的事了。。。
那我就固定期间覆盖更新吧,谢谢。