Mark Waite edited a comment on Bug JENKINS-27483

Are you confident that your git repository URL with the extra colon actually works from the git command line?

I have a private GitHub repository named "bin" which clones successfully on my Ubuntu 14.04 with git 2.3.3 with the command:

$ git clone [email protected]:MarkEWaite/bin.git

When I attempt to clone that same repository using what I believe is your ssh syntax, the git command line fails. My results look like:


$ git clone ssh://[email protected]:MarkEWaite/bin.git
Cloning into 'bin'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to