Após a clonagem do repositório remoto do git (em bettercodes), fiz algumas alterações, confirmei e tentei fazer o push:
git push origin master
Erros com:
erro: não é possível bloquear informações existentes / referências
fatal: falha no git-http-push
Este caso diz respeito ao repositório já existente.
O que eu fiz antes, foi:
git config –global http.sslVerify falsegit initgit remote add [url]git clone- alterar dados
git commit
Em 'bettercodes' não tenho acesso ao git log.
Estou usando o Windows. O erro detalhado foi:
C:\MyWorkStuff\Projects\Ruby\MyProject\>git push origin master
Unable to create branch path https://user:password@git.bettercodes.org/myproject/info/
error: cannot lock existing info/refs
fatal: git-http-push failed
Eu clonei antes, depois mudei o código e cometi.
git fetchantes git pull.