Open 981377660LMT opened 6 months ago
git pull origin master --allow-unrelated-histories 好了,之前好像动过远端的仓库地址
出现这个问题的最主要原因还是在于本地仓库和远程仓库实际上是独立的两个仓库。
git pull origin master --allow-unrelated-histories 好了,之前好像动过远端的仓库地址