2

I used to use Github without any problems on my previous PC. Now, on my new PC, I installed the same NB version (8.0.2) and cloned the same project on Github. It can pull updates but when I try to push I receive the error "authentication not supported". I tried disabling windows firewall but it did not work.

It is not about my Github settings since I can push on other computers. Also I am not using a proxy, I have the same connection and IP as before. Only change is moving from Win 7 to 8.1. Any ideas?

Atakan Aral
  • 68
  • 1
  • 7

1 Answers1

1

This answer is late, but somebody may still have problems like me. The problem is because netbeans uses your computer locale settings.

Aplly this answer NetBeans 7.1 - unable change to UI language then everything will be ok, even glassfish.

Community
  • 1
  • 1
misman
  • 1,347
  • 3
  • 21
  • 39
  • This does not fix my problem. I have the same problem as the author and I don't see how language is related to git authentication not supported. Tried but can't fix. – vee Jan 18 '19 at 15:54
  • what is your computer language and which version of Netbeans do you use? – misman Jan 18 '19 at 17:04
  • language: English UK Netbeans: 8.2 – vee Jan 19 '19 at 03:21
  • I don't know. You may try with Apache Netbeans 10. Are there any setted -J-Duser.language, -J-Duser.region parameters default in your netbeans.conf? – misman Jan 19 '19 at 06:16
  • No, there is not until I add it as your link told me but that is not working. – vee Jan 19 '19 at 06:30