git-clone does not work if run in /temp
From: Timur Tabi <hidden>
Date: 2016-06-15 22:42:42
If the current directory is '/temp', then git-clone fails: $ git clone http://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git powerpc ssh: /temp/http: Name or service not known fatal: unexpected EOF fetch-pack from '/temp/http:/git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git/.git' failed. If I switch to /tmp and run git-clone again, it works. -- Timur Tabi Linux Kernel Developer @ Freescale