无法使用Netbeans IDE克隆git项目,但CLI可以工作

时间:2019-05-23 09:20:54

标签: git netbeans confluence git-clone

我正在尝试使用NetBeans作为IDE来处理GIT(融合)。 我正确地(我认为)添加了连接字符串:

http://git-repo:7990/scm/riw/php-project.git

具有使用我的凭据配置的用户名和密码字段

我遵循了this Netbeans官方视频中的步骤

但是一旦我明白了,我想这是我收到的最后一步:

http://dds@git-repo:7990/scm/riw/php-project.git Starting read stage without written request data pending is not supported

在本地系统上,我找到带有内部.git文件夹的项目文件夹,但是没有项目文件。

运行CLI:

git clone http://git-repo:7990/scm/riw/php-project.git

要求我输入用户名和密码,然后下载所有数据。

我的问题是:我应该怎么做才能使netbeans git插件正常工作?

我正在运行netbeans的最新版本: Apache NetBeans IDE 11.0(构建20190319上的incubator-netbeans-release-404-on)

我的操作系统是 Xubuntu ,具有O racle Java 12 php 7.2

1 个答案:

答案 0 :(得分:0)

作为一种解决方法,由于CLI git克隆确实起作用:

  • 手动克隆
  • 然后将项目导入到NetBeans中,并以这种方式检查fetch / pull / push的工作方式。

可能是certificate issue to be accepted