我希望使用该命令推送到托管在http://localhost:8000/tehCode.git
servered上的 git 存储库。python -m "SimpleHTTPServer"
我收到一个错误
error: Cannot access URL http://localhost:8000/tehCode.git/, return code 22
fatal: git-http-push failed
我可以很好地克隆这个存储库,但我不能推送到它。假设我仍想使用 Python SimpleHTTPServer ,我该怎么做?
我已经看过了
但他们似乎正在使用 Apache,并且大多数解决方案都是通过编辑 Apache 的配置文件。