Après le clonage à partir du référentiel git distant (à bettercodes), j'ai apporté quelques modifications, je me suis engagé et j'ai essayé de pousser:
git push origin master
Erreurs avec:
erreur: impossible de verrouiller les informations / références existantes
fatales: échec de git-http-push
Ce cas concerne le référentiel déjà existant.
Ce que j'ai fait auparavant, c'était:
git config –global http.sslVerify false
git init
git remote add [url]
git clone
- changer les données
git commit
Chez 'bettercodes', je n'ai pas accès à git log.
J'utilise Windows. L'erreur détaillée était:
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
J'ai cloné avant, puis changé le code et commis.
git fetch
avant git pull
.