github-for-windows

Configure Git clients, like GitHub for Windows, to not ask for authentication

谁说胖子不能爱 提交于 2019-11-25 19:29:16
I have installed GitHub for Windows and also GitExtensions and have multiple versions of git.exe in my path. C:\Users\Rajat\AppData\Local\GitHub\PortableGit_93e8418133eb85e81a81e5e19c272776524496c6\cmd\git.exe C:\Users\Rajat\AppData\Local\GitHub\PortableGit_93e8418133eb85e81a81e5e19c272776524496c6\bin\git.exe E:\cygwin\bin\git.exe C:\Program Files (x86)\Git\cmd\git.exe C:\Program Files (x86)\Git\bin\git.exe Now, when I do git push origin master with any of the last three git.exe s, it asks for my username. But the Portable Git doesn't ask for username. See the following screenshot: The heart