Note: I am using Go Gits application to host my repositories
IDE: NetBeans 8.2
I am trying to push my local commits to my upstream branch, it returns a message box called "Git Command Failed " with the following message:
http://UserName@DomainRedacted:3000/Redacted/Web-API-Includes.git: authentication not supported
I am using the correct username and password, I can just use the git shell but it would be nice to use netbeans in-built push functionality.
I have tried doing the following exercise in this answer: Netbeans can pull but not push to Github: "authentication not supported"