嗨,我在共享托管服务器上遇到了一个奇怪的问题。
我在debian 7.11上使用git版本2.15.1,无论我在哪个目录中运行git命令,它们似乎都停留在主目录中。例如,当我在git init
中运行~/domains/foo.com/html
时,我得到了Initialized empty Git repository in /nfs/foo/bar/mnt/foo/users/.home/repo.git/
的响应。我需要能够在我的shell所在的当前目录中正常运行git。
这是git config -l
的输出:
core.worktree=/nfs/foo/foo/mnt/foo/domains/xxxxx.com/html/wp-content/
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.worktree=/html
不幸的是,我没有root权限访问此框,所以我有点受限。我在这里错过了什么?我可能会在这个网站上使用git-ftp,但我不愿意。