Home > database >  Despite being SSH Authenticated to GitHub, terminal (Bash, PWSH) Git created repo's will not Pu
Despite being SSH Authenticated to GitHub, terminal (Bash, PWSH) Git created repo's will not Pu

Time:09-20

Despite being SSH Authenticated to GitHub, terminal (Bash, PWSH) Git created repo's will not Push, Fetch remote - but GitHub Desktop created will.

Date: From 16/09/22 - 18/09/22: Two days of effort.

This post is subject to future edits and refinements as questions arise

Pre-requisites: Local

  • [x] Git (Windows) installed in custom folder Gitx64 under C:\Program Files
  • [x] Symlink created from C:\Program Files\Gitx64 to C:\Program Files\Git
  • [x] OpenSSH (Windows) and ssh_config at $Home/.ssh/config
  • [x] Git (Windows) Global config and at $Home/.gitconfig
  • [x] ssh-agent (Windows) is on automatic start.
  • [x] ssh-add -L checks for loaded keys.
    • [x] ~/.ssh/id_rsa key is loaded as off 18/09/2022
  • [x] Focusing on ~/.gitconfig (Global user)
  • [NO] As yet, not using system git/config.

Pre-requisites Terminal Profiles

.bash_profiles / .bashrc
  • [

  • Related