macos cant update
See original GitHub issue- VSCode Version:1.37.0
- OS Version:macos 10.14.6
- Extension Version:1.54.4
- System Language:Simplified Chinese
- SVN Version:1.12.2
Issue
Unable to update
Steps to Reproduce
- I checkout my repository use cornerstone 4.1,I can update use cornerstone
- I open a trunk dir use vscode
- I can look the changes use plugin
SVN Output
Using svn "1.12.2" from "/usr/local/bin/svn"
[20190812_xiaoben]$ svn info --xml
[20190812_xiaoben]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[20190812_xiaoben]$ svn: E170013: Unable to connect to a repository at URL 'https://hezhongfengg@124.235.224.202/svn/icar/00-ProcedureLibrary/01-SourceCode/h5/vfac/branches/20190812_xiaoben'
[20190812_xiaoben]$ svn: E230001: Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted
Screenshots
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
If an error occurred while updating or installing macOS
If an error occurred while updating or installing macOS · Check your internet connection · Install in safe mode · Install after repairing...
Read more >Quick-fixes for "Mac won't update" issue - Setapp
Restart the update and your Mac · In the Apple menu, choose Restart · If your Mac doesn't respond to the Restart, press...
Read more >Mac Won't Update: 7 Best Tips to Fix macOS Update Issues
Mac Won't Update: 7 Best Tips to Fix macOS Update Issues · Ensure There's Enough Storage · Restart Your Mac · Turn OFF/ON...
Read more >Why Can't I Update My Mac? Find Your Answers and Fixes Here
Why Can't I Update My Mac? Fix It and Update Mac to The Latest macOS Big Sur ; Manually download the update. Download...
Read more >What to do if your Ventura update is stuck - Macworld
If you're having problems downloading a point update (not a complete new version) via Software Update or Mac App Store, you can use...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
i use
svn ls
and pHi there, Just to inform you that sometimes, the permanent option is not available.
I spent a long time investigate this issue and what are the possibilities outside of vscode because its tedious to press t every times for big updates. So for me the best solution to bypass that is the following alias:
alias svn="svn --non-interactive --trust-server-cert --trust-server-cert-failures=\"unknown-ca,cn-mismatch,expired,not-yet-valid,other\""
May you can do something for that ? May be add an option which spitulate that this may produce security holes ?
Thks
PS: just to be complete, if i remember right, an other solution to bypass certificate check is by modifying repository proposet but I didn’t succeed to make it working, also I didn’t succeed to put the “trust-server-cert-failures” param in the .subversion/servers file.