Why doesn't git recognize that my file has been changed, therefore git add not working

前端 未结 24 2303
野趣味
野趣味 2020-12-04 08:07

I am trying to push my files to github using bash. They are already on there, and I am uploading a newer version with new lines and code, etc. But when I try git add<

24条回答
  •  遥遥无期
    2020-12-04 08:22

    I had a similar issue when I created a patch file in server with vi editor. It seems the issue was with spacing. When I pushed the patch from local, deployment was proper.

提交回复
热议问题