No anonymous write access #23115
-
From yesterday afternoon every time when I try to commit
why this is happening? |
Beta Was this translation helpful? Give feedback.
Replies: 19 comments 4 replies
-
I have the same issue for last few hours. |
Beta Was this translation helpful? Give feedback.
-
Having the same problem too. |
Beta Was this translation helpful? Give feedback.
-
I’ve had the same issue too since upgrading to version 1.62.2. Searching for a solution led me here. But manual push from CLI using a personal access token works. |
Beta Was this translation helpful? Give feedback.
-
Indeed, that works for me as well. Thanks for the tip. |
Beta Was this translation helpful? Give feedback.
-
You’re welcome, @krikke01 Also, downgrading to version 1.62.1 seems to work. |
Beta Was this translation helpful? Give feedback.
-
Having the exact same issue, havent changed anything and it was working before, i’ll try downgrading to 1.62.1 and hope it works EDIT: Can confirm 1.62.1 works, and also on 1.62.2 if you connect to a WSL session it works |
Beta Was this translation helpful? Give feedback.
-
I got this message, so just follow the instructions
|
Beta Was this translation helpful? Give feedback.
-
I have also faced this problem. I think, It is a vs code issue. I have tried using pycharm. It works fine. |
Beta Was this translation helpful? Give feedback.
-
Having the same problem but it seems to be a vs code issue. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem, but not only on vscode, all of a sudden I’m unable to push through the terminal, only on repositories which I have clone with through ssh |
Beta Was this translation helpful? Give feedback.
-
I just solved this problem. 1st Step enable two-factor authentication
2nd step Personal access tokens
I’m using Linux, so for the git push, I’m running this command sudo git push Instead of git push. |
Beta Was this translation helpful? Give feedback.
-
Two security warnings here:
faha1999:
Don’t use
faha1999:
It’s highly recommended to save them in encrypted form, e.g. in a password manager or using GPG. Otherwise anyone who can read the text file can push to your repositories. |
Beta Was this translation helpful? Give feedback.
-
Just run this command on your vs code terminal: git config --global credential.helper cache |
Beta Was this translation helpful? Give feedback.
-
Emdadul-Tareque:
not working at all. |
Beta Was this translation helpful? Give feedback.
-
Having the same problem too |
Beta Was this translation helpful? Give feedback.
-
Facing same issue 😦 |
Beta Was this translation helpful? Give feedback.
-
From yesterday afternoon every time when I try to commit |
Beta Was this translation helpful? Give feedback.
-
Yahooo! Finally an Issue resolved So there are a few steps you can try and hopefully, it would be fixed for you too. Open your Settings In VS CODE.
on my end, everything is working fine. hope this works for you too. :slight_smile: |
Beta Was this translation helpful? Give feedback.
-
This process worked just perfectly for me. But no need for “sudo” command when using “git push”. Only git push still does it for me. Thanks so much @faha1999. |
Beta Was this translation helpful? Give feedback.
I just solved this problem.
1st Step enable two-factor authentication
2nd step Personal access tokens
I’m using Linux, so for the git push, I’m running this command sudo git push Instead of git push.