| Dec | JAN | Feb |
| 06 | ||
| 2015 | 2016 | 2017 |
COLLECTED BY
Collection: ansa.it
For information on setting or changing your remote URL, see "Changing a remote's URL."
https:// clone URLs are available on all repositories, public and private. These URLs work everywhere--even if you are behind a firewall or proxy. In certain cases, if you'd rather use SSH, you might be able to use SSH over the HTTPS port.
When you git clone, git fetch, git pull, or git push to a remote repository using HTTPS URLs on the command line, you'll be asked for your GitHub username and password.
Tips:
You can use a credential helper so Git will remember your GitHub username and password every time it talks to GitHub.
To clone a repository without authenticating to GitHub on the command line, you can use GitHub Desktop to clone instead.
git clone, git fetch, git pullorgit push with HTTPS URLs, you must provide your GitHub username and your personal access token when prompted for a username and password.
For more information on setting up two-factor authentication, see "About two-factor authentication."
git clone, git fetch, git pull, or git push to a remote repository using SSH URLs, you'll be prompted for a password and must provide your SSH key passphrase.
Tip: SSH URLs can be used locally, or as a secure way of deploying your code to production servers. You can also use SSH agent forwarding with your deploy script to avoid managing keys on the server.