无法连接到NetBeans上远程服务器上的git存储库

sud*_*udo 0 git netbeans remote-server

我在远程服务器上创建了一个git repo。
我想通过netbeans访问该回购协议。我跟着

team->git->clone
Run Code Online (Sandbox Code Playgroud)

这是错误的屏幕截图

这是git repo的位置。

http://mobimage.co/index.php?i=b93e28

这是回购地址:http : //188.226.161.12/repo.git/

Dav*_*pan 5

如果要连接git,则https必须在其中添加一些配置数据C:Users\username\.gitconfig

sslVerify = false[http]
Run Code Online (Sandbox Code Playgroud)

通过命令行

git config --global http.sslVerify false
Run Code Online (Sandbox Code Playgroud)