About 50 results
Open links in new tab
  1. github/git Checkout Returns 'error: invalid path' on Windows

    Sep 3, 2020 · 112 I have experienced a similar problem, trying to checkout a repository from GitHub that contained files with a ": " in the name, on a Windows. (example file name that caused the problem: " …

  2. Git: Installing Git in PATH with GitHub client for Windows

    How do I install Git in my PATH when using the GitHub client for Windows? I'm running into errors because apparently Git is not installed in PATH. For example, using Atom, trying to install the Li...

  3. windows - Where is git.exe located? - Stack Overflow

    I have PyCharm and I am looking around trying to find git.exe to set it up with my repo. What is the PATH to git.exe?

  4. How to fix Git for Windows keeps asking for Github credentials

    Apr 6, 2023 · On Windows use manager-core and specify the provider. For github we want the github provider, Bitbucket has a bitbucket provider and there is a generic one for normal use. So to setup …

  5. GitHub - Sign-In pop up on every authentication on windows

    Aug 24, 2023 · Every time I interact with my private work organisation on GitHub Enterprise via git (via https), I get a pop-up "Connect to GitHub" asking to sign in. I click on "Sign in with your

  6. github - How to re-authorize the OAuth Application 'Git Credential ...

    Mar 29, 2021 · I fixed this with the following steps. Open Credential Manager in Windows and delete the existing credential for github.com Re-initialise the cred manager in git bash: git config --global …

  7. How to clone all repos at once from GitHub? - Stack Overflow

    For Windows: Run this bash script in Git Bash, part of Git for Windows - or in WSL For a PowerShell equivalent, see the comments below by @Karson and others Setup To get the GitHub CLI tool: Mac …

  8. github - Git credential helper - update password - Stack Overflow

    115 Solution using command line for Windows, Linux, and MacOS If you have updated your GitHub password on the GitHub server, in the first attempt of the git fetch/pull/push command it generates …

  9. git - Clone a private repository (GitHub) - Stack Overflow

    I added a new SSH key to my GitHub account for the laptop and was successful in cloning and making changes to a public test repository that I set up. However, I couldn't clone the private repository.

  10. What is the difference between Git for Windows and Github Desktop ...

    Oct 30, 2015 · Git for Windows includes "Git BASH" (uses MINGW64) and "Git GUI" (git-gui). There is folder context menu (windows shell integration) to access these. Includes the latest release of git. It …