使用 NetBeans 时出现 401 未经授权的错误BitBucket 上的 Git

发布于 2024-12-13 22:22:09 字数 294 浏览 4 评论 0原文

我有一个本地 git 存储库。 最近,我从 bitbucket 添加了一个远程存储库,并通过以下方式毫无问题地将我的分支推送到那里:git push bitbucket(因为我已经在 https url 中配置了用户名和密码)。 但是,当我尝试使用 NetBeans 进行推送时,当我从配置的远程存储库列表中进行选择以及尝试手动输入远程存储库详细信息时,我总是会收到 401 Unauthorized 消息。 我有最新版本的 NetBeans 和 Git 插件。

感谢您提前提供的任何帮助。

I have a local git repository.
Recently I have added a remote repository from bitbucket, and have pushed my branch there without any problem by: git push bitbucket (since I've configured username and password in https url).
But when I try to push, using NetBeans, I always get 401 Unauthorized, when I choose from configured remote repos list and when I try to enter the remote repo details manually.
I have the most recent version of NetBeans and Git plugin.

Thanks for any help in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏日落 2024-12-20 22:22:09

这是 NetBeans 中的一个错误。 Seams 在 NetBeans 7.2 中得到修复,在 NetBeans 7.3 中看起来更好,所以也许您可以尝试升级。我发现它稳定可靠。

请注意,您可以安装多个版本的 NetBeans,以防万一您需要切换,并且由于您使用 git 和推送,因此您不必担心丢失数据。

It is a bug in NetBeans. Seams fixed in NetBeans 7.2, and looks even better in NetBeans 7.3, so perhaps you could try an upgrade. I find it stable and reliable.

Note that you can have more than one version of NetBeans installed just in case you need to switch, and since you use git and push, you should not fear losing data.

东风软 2024-12-20 22:22:09

您是否使用正确版本的 Git,如 此线程中所述

我也遇到了同样的问题。您运行的是哪个版本的 Git? (git --version 会告诉你。)

在 1.6.6 之前,Git 不支持 “智能”HTTP
Bitbucket 不支持“哑”HTTP,因此您需要升级到较新版本的 Git。

Are you using the right version of Git, as mentioned in this thread?

I had the same problem. Which version of Git are you running? (git --version will tell you.)

Prior to 1.6.6, Git didn't support "smart" HTTP.
Bitbucket doesn't support "dumb" HTTP, so you'll need to upgrade to a newer version of Git.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文