You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Archimedes Trajano (JIRA)" <ji...@codehaus.org> on 2013/02/09 21:39:13 UTC

[jira] (WAGON-390) gh-pages example fails due to extra /

Archimedes Trajano created WAGON-390:
----------------------------------------

             Summary: gh-pages example fails due to extra /
                 Key: WAGON-390
                 URL: https://jira.codehaus.org/browse/WAGON-390
             Project: Maven Wagon
          Issue Type: Bug
            Reporter: Archimedes Trajano
            Priority: Critical


It appears that the "./" is appended to the URL but that is not correct and the result is 

[INFO]    >>> to scm:git:ssh://github.com/trajano/trajano.git/./
Uploading: ./ to scm:git:ssh://github.com/trajano/trajano.git/

I don't think it should try to use relative paths for this scheme.  This is the result when doing it on the command line.

trajano@RISETTE /tmp
$ git clone ssh://git@github.com/trajano/trajano.git/
Cloning into 'trajano'...
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly

trajano@RISETTE /tmp
$ git clone ssh://git@github.com/trajano/trajano.git
Cloning into 'trajano'...
remote: Counting objects: 157, done.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira