[
https://issues.apache.org/jira/browse/WAGON-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed WAGON-390.
--------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> gh-pages example fails due to extra /
> -------------------------------------
>
> Key: WAGON-390
> URL: https://issues.apache.org/jira/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://[email protected]/trajano/trajano.git/
> Cloning into 'trajano'...
> ERROR: Repository not found.
> fatal: The remote end hung up unexpectedly
> trajano@RISETTE /tmp
> $ git clone ssh://[email protected]/trajano/trajano.git
> Cloning into 'trajano'...
> remote: Counting objects: 157, done.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)