git add .命令出现错误:
The following problems have occurred when adding the files: fatal: not a git repository (or any of the parent directories): .git during executing git D:\Git\cmd\git.exe -c core.quotepath=false -c log.showSignature=false ls-files --ignored --others

解决方法:
进入你想上传的文件目录,找到:.git隐藏文件,将他删除,然后重复一遍打包上传操作
The following problems have occurred when adding the files: fatal:

相关文章:

  • 2022-12-23
  • 2021-06-13
  • 2021-06-30
  • 2021-05-01
  • 2021-11-09
  • 2021-09-19
  • 2021-10-03
猜你喜欢
  • 2021-05-27
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-11-02
  • 2022-12-23
相关资源
相似解决方案