Magnus Therning <[email protected]> on Wed, 2015/03/25 12:36: > I thought I'd ask here before raising a ticket. > > Is anyone else seeing this behaviour with git 2.3.4-1: > > ~~~ > [I] % git fetch > ssh: Could not resolve hostname build01:: Name or service not known > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > ~~~ > > Downgrading to 2.3.3-1 "solves" it.
What does the URL look like? You can get it for origin with:
% git remote show origin
I suppose you use a non-standard ssh port (or specified it nevertheless) with
host:port, no? man git-clone tells us to use something like:
ssh://[user@]host.xz[:port]/path/to/repo.git/
--
main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH"
"CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];)
putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);}
pgpeVtjujz1OH.pgp
Description: OpenPGP digital signature

