Go to the local folder you want to upload, right-click Git Bash here, and then follow these steps:1. On the command line, enter "Git init" to add the test folder to git management;2. Enter "git Add." (Don't miss out ".") ) to add all the contents of the test folder to Git.3. Enter "Git commit-m" first commit "" ("Git commit-m" commit message ")4. Enter "Git remote Add origin https://github.com/shench5612390/Test.git" (Git remote add origin your own HT
Preface: Want to upload a local project to GitHub management, so here to record, convenient later.
The first step, create a warehouse on GitHubThe second step, go to the local repository, execute the GIT init command, this will be more than the. git folder.The third step, in order to upload the local warehouse to GitHub, also need to configure SSH key.$ ssh-
are the public key that you encounter when you use Git and GitHub, and the private key.Where the public key is the number that is used for encryption, which is why you upload it to GitHub after you have generated the public key in this machine. From GitHub, the data encrypted with that public key can be restored with your local private key.If your key is lost, whether it is a public key or a private key, the missing one is useless, the workaround is
GitHub Click "Setting", find the Add SSH key menu, and then added SSH key, the file id_rsa.pub inside the contents of all copied to the key edit box, title can be arbitrarily named, Save finished; In the git command line input: ssh-t [email protected], here will ask you to enter the SSH key password, if you just generated SSH key did not enter the password, the
contents of the Clipboard into the key text boxWarehousing creationOnce the authorization is successful, we can create the warehouse and then upload the code into the warehouse.Create a warehouse. Go to Home, click the New Repository buttonEnter the name of the repositoryWarehouse creation Success, note that the line is the Remote Storage address, we need to use it later.Uploading items to GitHubA remote Storage was created on GitHub, and we need to
executed similar to the followingSeventh step, the last step, upload the code to GitHub remote repositoryGit push-u Origin MasterAfter execution, if there is no exception, wait for the completion of the upload succeeds, the middle may let you enter GitHub username and password, you just enter GitHub's account number and password on the lineIf the update file only needs to be executed:First step: Add the fi
How can I change the logon password of a local user on Win10 1709 computer ?, Win101709
The password may be insecure after being used for a long time. How can I set it if I want to change the logon password of a local user on Windows 10? Let's take a look at the modificatio
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.