Hello all,
We have a private repository which we are importing in a go application.
While running the application, its asking for password of that repository, but not username
Also it is taking my Ubuntu machine user's name as repo username.
I have tried setting up credential.helper to store, cache and also added my credentials in .git-credentials file but that did not work.
I also tried adding my credentials in .netrc but still that did not work.
Why it is not asking for username and consider my ubuntu user as repository user, I am not sure about it.
Can anybody help?