Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to add username and password in github

git config --global user.email johndoe@example.com

git config --global user.password ●●●●●●●●●●●
Comment

add username password git

$ git config --global credential.helper cache
Comment

PREVIOUS NEXT
Code Example
Shell :: how to see the remote url in git 
Shell :: curl debian 10 
Shell :: linux show version 
Shell :: git change default editor 
Shell :: git log graph 
Shell :: set the default branch to main 
Shell :: check if service in running to a port in linux 
Shell :: (node:14140) UnhandledPromiseRejectionWarning: Error: FFmpeg/avconv not found! 
Shell :: reload ssh config 
Shell :: artisan rollback one migration 
Shell :: conda install simpleitk 
Shell :: pip install turtle 
Shell :: install protoc ubuntu 
Shell :: adb port reverse 
Shell :: ubuntu keepass2 
Shell :: bash endless loop 
Shell :: how to uninstall all extensions in vs code 
Shell :: check active ssh connections on linux 
Shell :: uninstall opera ubuntu 
Shell :: kill local host bash 
Shell :: git delete local branches not on remote 
Shell :: change bash to zsh 
Shell :: pycharm ubuntu install 
Shell :: redis flushall docker 
Shell :: fix failed to fetch in apt-get update 
Shell :: windows stop process running on port 8080 
Shell :: Installation failed: Download failed. Destination directory for file streaming does not exist or is not writable. 
Shell :: linux restart command 
Shell :: conda install networkx 
Shell :: bash check parameter is set 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =