Git authentication - pull as a new user
问题 The following set of commands worked correctly $ mkdir carboncake $ cd carboncake $ git init $ git remote add origin gitosis@myserver.net:repositories/carboncake.git $ git pull But when i tried pull as a different user, $ mkdir carboncake $ cd carboncake $ git init $ git remote add origin mithun@myserver.net:repositories/carboncake.git $ git pull I got the following error fatal: 'repositories/carboncake.git' does not appear to be a git repository fatal: The remote end hung up unexpectedly my