I want to push code to my repo on gitlab. I am working on a lab PC, where I have to enter my credentials everytime i use fetch, pull or push. fetch and pull are working, but if I use git push, I can enter username and password and then nothing happens. just the cursor in a blank line. no error message. I have to ctrl-c to type a new command. i also tried git push -u origin mybranch. same result.
Has anyone ever had a similar problem or an idea how to solve it? Best Regards, Peter