Erro depois do comando git push local master
fatal: 'C:/Users/junior/Documents/git/servidor/' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
o arquivo post.receive
#!/bin/sh
git --git-dir="C:\Users\junior\Documents\CursoDeGit\GitGithub2\codigo\junior"
--work-tree="C:\Users\junior\Documents\CursoDeGit\GitGithub2\codigo\web" checkout -f
ja crie a paste web ao lado da pasta servidor, so que o git me mostra o caminho do erro que nem existe .