Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] unable to 'git pull'

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] unable to 'git pull'
  • Date: Thu, 16 May 2019 14:40:52 -0700

On 5/16/19 11:43, Eric Sandall via SM-Discuss wrote:
f91d896a-9bb1-194b-36b3-61cf3a428b78 AT sandall.us"> I'm still having issues with git pull .
sandalle@tendriculous:~/scm/git/smgl/grimoire$ git pull --verbose
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
sandalle@tendriculous:~/scm/git/smgl/grimoire$ man git
sandalle@tendriculous:~/scm/git/smgl/grimoire$ GIT_TRACE=true git pull
11:34:09.763329 git.c:418               trace: built-in: git pull
11:34:09.775592 run-command.c:643       trace: run_command: git fetch --update-head-ok
11:34:09.777750 git.c:418               trace: built-in: git fetch --update-head-ok
11:34:09.789551 run-command.c:643       trace: run_command: unset GIT_PREFIX; ssh scm.sourcemage.org 'git-upload-pack '\''/smgl/grimoire'\'''
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

sandalle@tendriculous:~/scm/git/smgl$ cat grimoire/.git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = "ssh://scm.sourcemage.org/smgl/grimoire
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
[user]
        name = Eric Sandall
        email = sandalle AT sourcemage.org
[color]
        branch = auto
        status = auto
        diff = auto
[branch "drupal.stgit"]
        stackformatversion = 2

I've cleared out any reference to sourcemage.org from ~/.ssh/known_hosts and I the only rule in ~/.ssh/config that I have which would affect this is "Protocol 2,1".

Even trying to clone a fresh repo gives me the above:
$ GIT_TRACE=true git clone ^C
(reverse-i-search)`clone': for repo in archspecs binary castfs cauldron games grimoire prometheus quill rdp sorcery z-rejected; do git ^Cone ssh://scm.sourcemage.org/smgl/${repo}; done
sandalle@tendriculous:~$ GIT_TRACE=true git clone ssh://scm.sourcemage.org/smgl/grimoire
11:37:19.423955 git.c:418               trace: built-in: git clone ssh://scm.sourcemage.org/smgl/grimoire
Cloning into 'grimoire'...
11:37:19.426918 run-command.c:643       trace: run_command: unset GIT_DIR; ssh scm.sourcemage.org 'git-upload-pack '\''/smgl/grimoire'\'''
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Did I miss a step or get purged, perhaps? ;) Here's my public SSH key, if it's needed:
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA3DWkZOByKI7hb40Zd7UsHxkxfbdDS20HK1KS9bQ5CAVcjYLRVnDDgXva5dGxafVZ47/j4AzVWbgT2xcVTFWPJMLQQSncKOCoPrffDPBIX+R8zEtt7VMk1nV+Uvjg+CchTshoCBbAG0A0AwwkgXs7SfJNcxc01rgpIEAWlZMytZ8= eric AT sandall.us

Also, my @sourcemage.org hasn't worked since the forwarding got turned off, so please don't send to that address. ;)

-sandalle

This was a PEBKAC error on my part and has now been resolved, thanks Vlad! :)

-sandalle

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.24.

Top of Page