“git remoto agregar ssh” Código de respuesta

ssh-add git

$ eval "$(ssh-agent -s)"
$ ssh-add -K ~/.ssh/id_ed25519
Salo Hopeless

git remoto agregar ssh

git remote add origin ssh://user@host:1234/srv/git/example
Smoggy Skipper

git remoto Agregar URL SSH

/*in .git/config */
[remote "origin"]
    url = ssh://[email protected]:/path/to/myrepo.git
Friendly Hawk

Respuestas similares a “git remoto agregar ssh”

Preguntas similares a “git remoto agregar ssh”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código