Upgrade breaks existing repo settings.
See original GitHub issueDescription
I just upgraded to 1.3.4 and it appears to have moved the resources folder which contained the ca-bundle.crt but not updated my local repo settings to reflect this move. So now I get an error when trying to Pull: “fatal: unable to access ‘https://github.com/billw2012/\<my repo>/’: schannel: failed to open CA file ‘C:/Users/<my windows username>/AppData/Local/GitHubDesktop/app-1.3.2/resources/app/git/mingw64/ssl/certs/ca-bundle.crt’: No such process” I already fixed this once by manually moving this file, but this seems like a bug in the upgrade process and I couldn’t find an existing open one. #5110 looks the same and says to fill out a report if it still happens, so here it is.
Version
- GitHub Desktop: 1.3.4 just upgraded from 1.3.3
- Operating system: Microsoft Windows [Version 10.0.16299.611]
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Git Error after 17.1.4 update - Visual Studio Feedback
It's in a DFS shared folder on a NAS device. git config -l shows the path to the repository //company/dfs/projects/IT/repos (also the mapped...
Read more >Edit Repository Settings | YouTrack Server - JetBrains
Click the Edit repository settings next to the path to your repository. The Update VCS Integration dialog opens. Edit the address in the ......
Read more >Project settings - GitLab Docs
Use the Settings page to manage the configuration options in your project. View project settings. You must have at least the Maintainer role...
Read more >How do I rename a repository on GitHub? - Stack Overflow
In the navigation bar, you will see a tab named "Settings". Click on it. Just edit the current repository name with the desired...
Read more >Upgrading Alpine - Alpine Linux Wiki
Launching the corresponding Alpine setup script,. setup-apkrepos. and pressing e to edit /etc/apk/repositories. Then editing the repository ...
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 FreeTop 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
Top GitHub Comments
@billw2012 this value is unnecessary, and can be removed from
C:\\ProgramData/Git/config
@DJPEREZ you shouldn’t be changing the system config under
C:\Users\<user>\AppData\Local\GitHubDesktop\
as that will change between versions. Instead you should make changes to your global~/.gitconfig
as those will not only override the Desktop defaults in the system config, but will persist between updates.