Git is not fully configured

Source: Internet
Author: User
Git is not fully configured. 1. git sets gitconfig -- globaluser globally. name & quot; yourname & quot; gitconfig--globaluser.emailyoumail@xxx.com2. create a Git repository mkdiryourfoldercdyourfoldergiti Git is not fully configured. git global settings git config -- global user. name "your name" git config -- global user. email youmail@xxx.com2. create a Git repository mkdir yourfoldercd yourfoldergit init3. add the file (put the file under yourfolder) git add Filename to add the specified file git add. add all folders and files git commit-m "your commit" git remote add origin https://git.oschina.net/lgl88911/ktvcontrol.gitgit push-u origin master4. exclude file types created under the Project root directory. gitignore file. add the file type to be excluded to the File :*. o *. lo *. la *. al
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.