Posts

  • Meta — Stuff about veekun. Praise, complaints, praise, praise, more praise, and so on.
  • GIT Help
#1

Hello. Um, Eevee? I just ran "git pull" from inside my pokedex directory and it gave me this: errno=Connection refused fatal: unable to connect a socket (Connection refused)

Does this have something to do with entry "aa61112" in the changelog that says "Gotta use git.veekun.com for git now." I'm thinking that because I first set up that directory when Veekun was on the old server, git is wanting to pull from the old server, thus giving me a connection error?

If so, is there any way to associate my pokedex directory with your new server without running the "git clone" command all over again. BTW, feel free to correct anything I've said that is way off the mark, as command-line interfaces and networking are not things I work with on a daily basis, though I do know enough to tinker from time to time.

#2

Edit .git/config; find the bit that says "git@veekun.com"; change to "git@git.veekun.com".

Oughta work fine after that.

#3

Thanks. It works fine now.