About 50 results
Open links in new tab
  1. How to upgrade Git on Windows to the latest version

    To update to the latest version of Git and Git Bash, you can download and install the latest version of Git for Windows. As per this FAQ, settings/customizations should be preserved if they were installed in …

  2. git extensions - update git via cmd? - Stack Overflow

    Mar 14, 2019 · Yes there is. Use the command: git update-git-for-windows in your cmd and press Y and will update it. Example: PS: I don't have any admin control. It's my company computer, so you should …

  3. Command failed git update-git-for-windows - Stack Overflow

    Feb 26, 2020 · None of the solutions provided worked for me. What did work was: Identify the installation path of your Git Enter the mingw64\bin folder Open your git-update-git-for-windows file …

  4. How to update Git client for Windows while keeping the old settings ...

    Apr 22, 2018 · For me, installing the Windows download did not disturb earlier config file changes. git update-git-for-windows failed due to a curl issue.

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

    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 …

  6. How do I update an expired/revoked Personal Access Token (PAT) in …

    Jul 24, 2024 · How do I update an expired/revoked Personal Access Token (PAT) in git cli Asked 1 year, 7 months ago Modified 5 months ago Viewed 14k times

  7. Git for Windows: SSL certificate problem: certificate has expired

    Sep 30, 2021 · 18 I had the same issue because I was running an old version of Git for Windows (2.15.0). After updating Git to the latest version (2.33) the problem was fixed. Reason: Older versions …

  8. git update-git-for-windows command fails with "curl: (43) A libcurl ...

    May 17, 2025 · Older versions of Git for Windows might have compatibility issues with curl. If you’re using an older version, consider updating Git manually by downloading the latest installer from the …

  9. How to update a GitHub access token via command line

    Dec 9, 2021 · If you want to update your GitHub Personal Access Token in VSCode, you can install the GitHub Extension. You can also update your token via the command line. Note that this method …

  10. git - Update personal token for github - Stack Overflow

    Dec 20, 2021 · 6 My personal access token has expired for GitHub, I really can't work figure out how to update the personal access token on the command line. git push Password for …