Skip to main content
0 votes
0 answers
162 views

After upgrading Git for Windows I was surprised with the change in color scheme for Vim. Almost everything is highlighted in bold, so the text is "shouting" on me. For example committing in ...
Dmitry Kuzminov's user avatar
2 votes
1 answer
211 views

Changing a file I modify a file on disk, run git status, says nothing changed. Run git update-index --really-refresh and the modified file shows up. Since a couple of weeks I've had this bug several ...
Jonas Byström's user avatar
0 votes
1 answer
3k views

Can someone help me on this problem? I have been using GNU make on Windows 7 to build c++ applications. The source control app is Git. Everything was working fine until recently. Whenever I ran "...
somoco's user avatar
  • 11
1 vote
1 answer
357 views

I have a windows dev environment our team members download that has an older version of msysgit and a bunch of the unix msys utilities ( zip, awk, bison, etc ) which we use so our builds run on both ...
peterk's user avatar
  • 5,506
0 votes
0 answers
464 views

I am following page for building chromedriver.exe from source code: https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md#Get-the-code I have installed Visual ...
Abhay's user avatar
  • 536
21 votes
1 answer
6k views

I have cygwin and msysgit on my computer. I am trying to clone a repository for a vim package with this command: cd ~/.vim/bundle git clone https://github.com/jelera/vim-javascript-syntax.git ...
Adrian's user avatar
  • 11.1k
1 vote
1 answer
2k views

I've install new version of msysgit and MINGW, but there is not support for sftp?! Could you please help me to add this? $ curl -V curl 7.59.0 (x86_64-w64-mingw32) libcurl/7.59.0 OpenSSL/1.0.2o (...
Manic Depression's user avatar
0 votes
1 answer
225 views

I have two GitHub accounts. First is main, second is for some tests (I'm new in git). In my C:\Users\<Username>\.gitconfig file I have user name and email similar to main GitHub account. Now I'...
VladislavShcherba's user avatar
2 votes
1 answer
3k views

I've executed git config --system --unset credential.helper and git config --global --unset credential.helper and gone in manually via git config --system --edit and git config --global --edit and all ...
BLaZuRE's user avatar
  • 2,406
0 votes
2 answers
3k views

I am attempting to setup a SSH connection to github on Windows 10 with the latest version of git for windows. I have created the ssh key and added it to github on their website. I then issue the ...
Jonathan's user avatar
  • 2,937
2 votes
3 answers
2k views

could you please help me set up environment for Lua in Windows. I have added following C:\lua\bin to the PATH system env. variables. But when I try to run file for example test.lua with print("hello ...
M_V's user avatar
  • 105
2 votes
4 answers
4k views

I want to write a Perl script that will work on Windows, which doesn't have Perl installed by default. The users are guaranteed to have git installed, so I am considering using that one. But I don't ...
Mark VY's user avatar
  • 1,731
0 votes
0 answers
31 views

I'm installing a Windows server (2012) with Git (msysgit). The SSH connection between server and client works perfect but I can't clone a git folder to the client. On the server is a clean --bare ...
Quispie's user avatar
  • 1,051
4 votes
0 answers
1k views

I normally develop on *nix, so I'm a little out of my element, but trying to assist a fellow Windows developer with npm. Using Git Bash (MSYSGIT), we installed the latest version of npm with: $ npm ...
Big McLargeHuge's user avatar
3 votes
2 answers
8k views

I've installed Git for Windows, configured to use Git commands exclusively in Git Bash. So I have a file composer.cmd sitting beside composer.phar which looks like this: @echo off php C:\bin\...
Dissident Rage's user avatar

15 30 50 per page
1
2 3 4 5
38