Replies: 2 comments 1 reply
-
I need help mi phonecell are controlled for somebody. I dont know what i can do it |
Beta Was this translation helpful? Give feedback.
1 reply
-
The You will have to re-target the WSL setting each time the respective Windows software receives an update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the docs, it says I can config WSL without Git for Windows. It asks me to install latest GCM first, and then config Git to it.
However, there's a
git-credential-manager-core.exe
in GitHub Desktop's installation location as well. I wonder if we can use it directly instead of installing a new software?Currently, I have GitHub Desktop 3.0.3 comes with GCM 2.0.632 installed on Windows 11. In order to check file consistency, I downloaded the zip file of GCM 2.0.632 and compared
C:\Users\TimSu\AppData\Local\GitHubDesktop\app-3.0.3\resources\app\git\mingw64\libexec\git-core
with<the zip file>\gcmcore-win-x86-2.0.632.34631
, and here are their differences:Atlassian.Bitbucket.UI.Shared.dll
git-bisect
git-filter-branch
GitHub.UI.Shared.dll
git-lfs
git-merge
mergetools
git-quiltimport
git-request-pull
git-sh-i18n
git-sh-setup
git-submodule
git-subtree
git-update
git-web--browse
validatesign.timestamp
WebView2Loader.dll
As I'm a newbie to Git, I don't know what do those file differences mean. But if it's feasible to use GCM brought by Desktop, it's gonna be great since Desktop checks for updates every time it starts up, but GCM don't.
However, doing this requires a helper, I guess, because the file structure isn't like that is of GCM. It seems that Desktop put different versions of it into different folders, while GCM just replaces old files.
What do you think? Do you think this is something should be put on to-do list?
Beta Was this translation helpful? Give feedback.
All reactions