-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On MacOS, it will ask for username/password every time after VSCode restart #652
Comments
Do you have the issue on an older version fo the extension? |
@JohnstonCode The older version works well |
Which version? |
@JohnstonCode I forgot to get the old version... |
@JohnstonCode To my strange, two different projects, using the same SVN server, one is OK, and the other need uname/password every time. |
Can you copy the output of |
OK, I'll send you later.
…------------------ 原始邮件 ------------------
发件人: "Christopher"<[email protected]>;
发送时间: 2019年8月27日(星期二) 下午4:02
收件人: "JohnstonCode/svn-scm"<[email protected]>;
抄送: "Netsesame"<[email protected]>; "Author"<[email protected]>;
主题: Re: [JohnstonCode/svn-scm] On MacOS, it will ask forusername/password every time after VSCode restart (#652)
Can you copy the output of "View >> Output >> OUTPUT >> SVN" from each of the projects please
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
The following output both copied after restart vscode.
Another which works always ask username:
|
I have the same issue on MacOS X and it was the same all the time I used extension. I suppose extension has some problems with Keychain access but very possibly I've mistaken. Vote for fixing that! |
Yesterday I've solved it on MacOS. It is definitely related to Keychain. SVN extension asks username/password on VS Code start up on MacOS when password is storing in Keychain. You can go to
and it tells us it stores password in Keychain. To solve it (I mean to make it work with current version of SVN extension) just delete this file, then add the following to the
Then run the following in Terminal in your project's catalog: svn up and enter your login/password there. After that find newly created file for your SVN domain in
Unfortunately it will contain your SVN password in plain text and it is not great for security reasons but we need to wait for fix of SVN extension's Macos Keychain access issue to return back to secure stroing of Subversion passwords. Now you can restart your VS Code and it should not request for SVN username/password. |
Thanks for @Constantiner. I followed your advise, and found another simple way to resolve it.
|
Thanks for @Constantiner . I've solved it on macOS Catalina. Cool!! |
🎉 This issue has been resolved in version 2.6.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue
Recently, every time when I restart VSCode, SVN will ask for username and password. However, when I offer the username and password, it works, but when I restart VSCode, it ask again. I'm nearly crazy.
Steps to Reproduce
SVN Output
Screenshots
The text was updated successfully, but these errors were encountered: