CARVIEW |
Navigation Menu
git bash symbolic links on windows #23591
-
I did an ln -s file1 file2Β in gitbash. when I did an ls -l file2 it did not have an βsβ in it. When I did βstatβ on each file, there were different inodes. I was wondering whether βln -sβ (symbolic links) do not work on git bash in Windows 7? |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 15 comments · 3 replies
-
Hi @bistritapcv, This post was moved to a different board that fits your topic of discussion a bit better. This means youβll get better engagement on your post, and it keeps our Community organized so users can more easily find information. As youβll notice, your Topic is now in the How to use Git and GitHub board. No action is needed on your part; you can continue the conversation as normal here. Let me know if you have any other questions or if I can help with anything else. Cheers! |
Beta Was this translation helpful? Give feedback.
All reactions
-
Unfortunately, no one has answered. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Symbolic links on Git Bash for Windows needs to be enabled when you install it |
Beta Was this translation helpful? Give feedback.
All reactions
-
π 1
-
how to get it enabled after its installed |
Beta Was this translation helpful? Give feedback.
All reactions
-
I would just reinstall gitbash, quick and easy! |
Beta Was this translation helpful? Give feedback.
All reactions
-
π 1
-
You can set this in the config file for git for windows. By default, this is located at Find the |
Beta Was this translation helpful? Give feedback.
All reactions
-
In my PC the path was "C:\Program Files\Git\etc" and the file name was "gitconfig". |
Beta Was this translation helpful? Give feedback.
All reactions
-
π 3
-
On my PC, the path was C:\ProgramData\Git\config |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hm, I have
|
Beta Was this translation helpful? Give feedback.
All reactions
-
This answer worked for me: |
Beta Was this translation helpful? Give feedback.
All reactions
-
And, in my case at least, more concretely Xavi Montero comment's link there to a related question's own answer π |
Beta Was this translation helpful? Give feedback.
All reactions
-
That did it!
|
Beta Was this translation helpful? Give feedback.
All reactions
-
β€οΈ 1
-
If you enable βDeveloper modeβ in the Windows 10 settings you donβt have to run the shell as Admin. |
Beta Was this translation helpful? Give feedback.
All reactions
-
That is, run Git Bash as admin, run the command |
Beta Was this translation helpful? Give feedback.
All reactions
-
I can confirm You donβt need to be admin, just configure the |
Beta Was this translation helpful? Give feedback.
All reactions
-
Before clone the repository you can set the config:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
If you add the See Setting the path and variables in Windows Variable name = Now every time you open your bash shell, the setting will be there. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Jesus. Took me like 30 minutes to figure out the inconsistencies I was facing was because |
Beta Was this translation helpful? Give feedback.
Symbolic links on Git Bash for Windows needs to be enabled when you install it