When adding a git repo as a remote is the ssh:// prefix required? I see it all the time simply as:
git remote add user@server.com/path/here
Is the ssh:// prefix implied?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Git defaults to ssh protocol in the event no other is specified.
See
http://book.git-scm.com/3_getting_a_git_repository.html