Después de clonar desde el repositorio remoto de git (en bettercodes) hice algunos cambios, me comprometí e intenté presionar:
git push origin master
Errores con:
error: no se puede bloquear la información / referencias existentes
fatal: error de git-http-push
Este caso se refiere al repositorio ya existente.
Lo que hice antes fue:
git config –global http.sslVerify false
git init
git remote add [url]
git clone
- cambiar datos
git commit
En 'bettercodes' no tengo acceso a git log.
Estoy usando Windows El error detallado fue:
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
Cloné antes, luego cambié el código y me comprometí.
git fetch
antes git pull
.