【问题描述】
如题所示,本来好好的,可以直接根据预设好的链接克隆仓库,但是,突然报错。
git clone https://lily@192.168.20.198/a/nCloud/center1/MyCenter &&
(cd MyCenter && curl -kLo `git rev-parse --git-dir`/hooks/commit-msg https://lily@192.168.20.198/tools/hooks/commit-msg; chmod +x `git rev-parse --git-dir`/hooks/commit-msg)
报错内容:fatal: remote error: Service not enabled
【尝试过的方案】
1、修改用户的分支权限
2、去掉hook相关代码,只用以下地址
git clone https://lily@192.168.20.198/a/nCloud/center1/MyCenter
3、测试其他的仓库
4、检查git的配置
git config -l
【解决方案】
将ip地址换成对应域名就可以了...............