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 中提取时,我收到了一个奇怪的错误。我可以绕过它还是强制它?我之前使用过 sudo ,我怀疑它会起作用,但这会导致其他问题。
我也有这个问题。我通过将目录的所有权更改为我试图 git pull 的用户来解决它:
sudo chown -R anthony:anthony *
我在我的 git 跟踪目录的根目录下运行它,以确保所有文件都归正确的用户所有。
在我的情况下,它打开了 sublime 文本,并将 git 控制的目录添加为 sublime 项目中的文件夹。关闭 sublime 后,我可以毫无问题地切换分支。