Netbeans 8.2无法验证Git凭据? [英] Netbeans 8.2 Can't Verify Git Credentials?

查看:79
本文介绍了Netbeans 8.2无法验证Git凭据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个正在制作的Java项目,该项目在github上进行了多次提交.我最近在Kubuntu上从17.10-> 18.04更改了OS版本,并安装了Java 1.8.0_171版本的Netbeans 8.2,以避免Java 9+兼容性问题.

I have a Java project that I'm making which has had several commits on github. I recently changed OS versions on Kubuntu from 17.10 -> 18.04, and have installed Netbeans 8.2 with Java Version 1.8.0_171 to avoid Java 9+ compatibility issues.

我无法从git克隆项目,每次尝试使用内置的Git团队"支持导入项目时,我的凭证都会重新出现.这很神秘,因为我使用KeePassX来管理我的所有ID信息并直接复制粘贴.我已经通过在github.com上注销并仅使用KeePassX中的信息重新登录来验证这是正确的登录信息,这是成功的.我还直接将git地址复制到Netbeans的HTTPS字段中.

I can't clone the project from git, every time I try to import it using the built in Git "Team" support, my cridentials bounce back. This is mysterious since I use KeePassX to manage all my ID information and directly copy-paste it. I've verified that this is the correct sign in information by signing out on github.com and signing back in only using information in KeePassX, which is successful. I also directly copy the git address into the HTTPS field in Netbeans.

我做错什么了吗?有没有解决方法?这是一个众所周知的错误吗?

Am I doing something wrong? Is there a workaround for this? Is this a well-known error?

错误的屏幕截图

我已经制作了一个完整的视频(并快速制作了),介绍了该过程和错误,您可以在这里找到它:

Edit 0: I've made an exact (And quickly made) video of the process and error, you can find it here: https://www.youtube.com/watch?v=W48QD1Tr6GU&feature=youtu.be

推荐答案

确切的错误是

Incorrect credentials for repository at github.com:SarahSzabo/StellarOPUSConverter.git

这看起来不像https URL(可能是SSH URL,带有〜/.ssh/config 文件)

That does not look like an https URL (it could be an SSH one, with an ~/.ssh/config file)

确保复制https URL:

Make sure to copy the https URL:

https://github.com/SarahSzabo/StellarOPUSConverter

这篇关于Netbeans 8.2无法验证Git凭据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆