401 Unauthorized error using NetBeans + Git on BitBucket

霸气de小男生 提交于 2019-12-05 09:54:45

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.

VonC

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!