报错信息:


error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403 Forbidden
Pushing to http://192.168.0.1/user/user.git
Everything up-to-date


git did not exit cleanly (exit code 1) 


原因及解决办法:

[#zeyu#]

好吧,原因是没有授权,没有权限。解决办法就是给对应账号授权。


其他类似问题可以参考:https://blog.csdn.net/weixin_30711917/article/details/95832976


我仅仅是因为没有权限。

[/#zeyu#]