git提交时错误fatal: Not a git repository: '.git'


Github clone下来的项目在提交的时候报错

   
  fatal: Not a git repository: '.git'
  
fatal: The remote end hung up unexpectedly

版本控制

kaqio 13 years, 3 months ago

查看下你的 .git是否还在
检查是否禁用了https

brenden answered 13 years, 3 months ago

Your Answer