touch test git add test git commit -m "test" git push -u origin master
It worked. The file has been uploaded to the repository.
rm test cp -R ../website ./website git rm test git add website/ git commit -m "Initial" git push -u origin master
This did not produce any results, and it seems that nothing has been done in the repository. The test file is still present in the repository.
$ git status
Can anyone help?
Reproduction of a branch both on the client, and on the server, without any success. It works when there is only one file inside, but it just wonβt push the website folder to the server.
This is the only strange thing I see; POST git-receive-pack (chunked)
source share