“Git Remote Add ssh” Respostas de código

ssh-add git

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

Git Remote Add ssh

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

Git Remote Add SSH URL

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

Respostas semelhantes a “Git Remote Add ssh”

Perguntas semelhantes a “Git Remote Add ssh”

Procure respostas de código populares por idioma

Procurar outros idiomas de código