Soy nuevo en Git / GitHub y me encontré con un problema. Creé un proyecto de prueba y lo agregué al repositorio local. Ahora estoy tratando de agregar archivos / proyectos al repositorio remoto.
Esto es lo que hice (y esto funcionó):
git remote add origin git://github.com/my_user_name/my_repo.git
Ahora, cuando intento enviar el repositorio a GitHub, usando el siguiente comando, aparece el siguiente error:
git push origin master
Error
fatal: remote error:
You can't push to git://github.com/my_user_name/my_repo.git
Use git@github.com:my_user_name/my_repo.git