Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metacpan/metacpan-web
base: e7f7df23e220
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 75ec61c8abb9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 16, 2013

  1. Remove 'ssh://' from github ssh_url

    git-clone does not work if 'ssh://' is prepended:
    
        $ git clone ssh://git@github.com:libwww-perl/libwww-perl.git
        Cloning into libwww-perl...
        ssh: Could not resolve hostname github.com:libwww-perl: Name or service not known
        fatal: The remote end hung up unexpectedly
    
    Just using the ssh_url as it comes from api.github.com works:
    
        $ git clone git@github.com:libwww-perl/libwww-perl.git
        Cloning into libwww-perl...
        (works)
    eserte committed Dec 16, 2013
    Copy the full SHA
    9d1ff08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1017 from eserte/github-ssh-url

    Remove 'ssh://' from github ssh_url
    oalders committed Dec 16, 2013
    Copy the full SHA
    75ec61c View commit details
    Browse the repository at this point in the history