IntelliJ seems to be an interesting IDE, however recently I had an issue related to it's GIT plugin.
I have encountered a problem while pushing to GIT repository:
Push failed fatal: http://git.dev.company.com/git/cool-app/info/refs not valid: is this a git repository?
On the other hand, I was able to push from GIT command line client. The actual problem was that I set bad user name for GIT. I typed my user name uppercase (ABC123) whereas it should be provided lowercase (abc123). You must admit that the push failure description was very interesting :).
No comments :
Post a Comment