Skip to main content
13 events
when toggle format what by license comment
Jun 23, 2015 at 14:16 comment added VonC @Lrrr Great! See here to see what the differences are between the old msysgit and the new "git for Windows": stackoverflow.com/a/26826359/6309
Jun 23, 2015 at 13:53 comment added Lrrr @VonC version 2.4.4 was the answer :) thanks again :)
Jun 23, 2015 at 11:19 comment added Lrrr @VonC ok, I'll download that and see if this fix my problem, thanks for your time
Jun 23, 2015 at 11:11 comment added VonC @Lrrr Don't hesite to use the latest one: github.com/git-for-windows/git/releases
Jun 23, 2015 at 11:04 comment added Lrrr @VonC yes after I post my comment I understand the difference, also your solution solved my global problem :) no I'm using windows 7 service pack 1 and my git version is : git version 1.9.4.msysgit.2
Jun 23, 2015 at 10:54 comment added VonC @Lrrr .git/config isn't the same as ~/.gitconfig: the former is the local config to a repo, the latter is the global config. Are you using git for windows 2.4.4?
Jun 23, 2015 at 10:49 comment added Lrrr I did that, and also I have a .gitignore file in %USERPROFILE%\.gitconfig but am still getting this error error: could not lock config file .git/config: No such file or directory
Jun 8, 2015 at 22:34 comment added VonC @BrainSlugs83 Note that with the latest Git for Windows (2.4.x: github.com/git-for-windows/git/releases), this is done for you when running git-cmd.exe.
Jun 8, 2015 at 22:32 comment added BrainSlugs83 This worked. I just created a new environment variable named HOME and set the value to %USERPROFILE%, worked great.
Nov 20, 2014 at 14:12 vote accept notthehoff
Dec 18, 2013 at 6:55 comment added VonC @user1525974 Check first your environment variables (with set, or echo %HOME% )
Dec 18, 2013 at 1:57 comment added notthehoff Where would I see that? Here are the contents of my .gitconfig file that exists at C:\Program Files\Git\etc [core] symlinks = false autocrlf = true [color] diff = auto status = auto branch = auto interactive = true [pack] packSizeLimit = 2g help center format = html [http] sslCAinfo = /bin/curl-ca-bundle.crt [sendemail] smtpserver = /bin/msmtp.exe [diff "astextplain"] textconv = astextplain [rebase] autosquash = true
Dec 15, 2013 at 8:52 history answered VonC CC BY-SA 3.0