how to set up git ssh creds to push
git config --global credential.helper 'cache --timeout 7200'
$ git config credential.helper store
$ git push https://github.com/owner/repo.git
Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>
Also in Shell:
- check ram memory usage linux
- powershell convert text 20MB to bytes
- pip install kivy error
- git host key verification failed
- install pygraphviz
- getcwd() failed: No such file or directory linux server
- error: src refspec master does not match any.
- git ignore global
- NotImplementedError: OpenSSH keys only supported if ED25519 is available net-ssh requires the following gems for ed25519 suppor
- how to commit changes in git command
- install dateutil
- angular add component
- flutter create command
- rename a file in linux
- "git checkout -b" example
- instalación de angular cli
- sudo msys2
- git delete remote branch error: unable to delete remote ref does not exist
- install react bootstrap
- git pull from commit
- install strapi cli
- how to update pip in linux
- how to clone pull all repositories from github
- How to upload a files to a repository on github using gitbash