目前,我使用 XAMPP 作为我的 Web 服务器。
现在,我想在我的 Web 服务器中创建一个 git 存储库。
结果,我想完美地运行这个命令行:
$ git-config remote.upload.url http://paultester@<servername>/new-repo.git/
$ git push upload master
我遵循了这个指南: http ://www.diggin-data.de/dd-cms/post/37/Installing+Git+http-backend+on+Windows+with+XAMPP
但我得到了这个错误
fatal: unable to access 'http://paultester@<servername>/new-repo.git/': Maximum (20) redirects followed
我怎样才能解决这个问题?