git pull " fatal: Uh oh. Your system reports no Git commands at all." -
since few days ago i'm working on new server (moved old new chroot user) old server i've copied folder .git new server.
the problem when type "git pull" have error:
fatal: uh oh. system reports no git commands @ all.
any other commands git fetch or git merge works fine.
what reason can't use git pull command?
check make sure have binaries installed , in $path.
look binaries named git-pull in binary directories, (e.g. /usr/bin, /usr/local/bin, etc.).
if notice files exist, ensure files in directory in $path (simply check echo $path , see if directory exists in list (it colon delimited).)
if directory name isn't in list of directories in $path, need add directory default $path in in startup shell script, or @ beginning of every new terminal session, update value directory binaries in doing: export path=$path:your_directory.
Comments
Post a Comment