developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

Git : remote: This repository moved. Please use the new location: #117

Closed developerasun closed 2 years ago

developerasun commented 2 years ago

issue : git error message during git push but push success

in terminal,

repo moved

developerasun commented 2 years ago

solution :

  1. git remote -v : check a current repository
  2. git remote rm [outdated location link]
  3. git remote add (repo alias) (repo link)
  4. git add, commit and push

reference