When trying to pull or push files from/to server I get the following message:
$ git push ssh: connect to host stuestoel.no port 22: Connection timed out fatal: The remote end hung up unexpectedly According to what said in live.gnome.org/TranslationProject/GitHowTo my account is accepted. I.e. the command ssh -v myusern...@git.gnome.org returns what expected. I do not know what "host stuestoel.no" is. (Assuming GNOME has nothing to do on my home site www.stuestoel.no). I think I have given a wrong command somewhere, but what do I have to do to correct it? My config file is $ git config -l user.name=Kolbjørn Stuestøl user.email=kolbjo...@src.gnome.org color.ui=auto remote.origin.url=ssh://kolbjo...@stuestoel.no/git/gimp-help-2 core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true core.ignorecase=true remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* remote.origin.url=ssh://kolbjo...@git.gnome.org/git/gimp-help-2 branch.master.remote=origin branch.master.merge=refs/heads/master BTW: Why is the remote.origin.url defined twice? Kolbjoern _______________________________________________ Gimp-docs mailing list Gimp-docs@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs