0
I was using . git normally in my project, yesterday I typed something wrong and git started sending me an alert from the corrupted index file.
Okay, I did a git reset, I came back a commit and everything went back to normal.
Well, I worked this morning, at the time I went to push to my server, it just doesn’t work, that’s the error message (the bottom terminal):
Well, I am not discovering the error, all folders are with permission 777, and belong to the same group and user both on the local machine and on the server.
Location: Ubuntu 16.4 LTS Server: Debian 7
Both are on the same network.
Have you tried running the command with
sudo
?– Diego Souza
This error has already been run with open sudo
– AnthraxisBR