Username for 'https://github.com': The account you log in to,
Password for 'https://github.com': Password (enter it if it is invisible, just press Enter after entering it).
Username Enter your username that can be used for GitHub login.
Password will not be displayed on the console when input. It is similar to the getChar function in C. Just press Enter after inputting completely.
Git implements adding projects from local to remote warehouse
Username for 'https://github.com': The account you log in to,
Password for 'https://github.com': Password (enter it if it is invisible, just press Enter after entering it).
Take screenshots to see what you are doing
Username Enter your username that can be used for GitHub login.
Password will not be displayed on the console when input. It is similar to the
getChar
function in C. Just press Enter after inputting completely.git push origin master
Add the local current branch project to the master branch of the remote warehouse:
localRepository/localBranch -> origin/master