This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## git 简易使用 | |
| 初始设置Git: | |
| ```js | |
| git config –global user.name “Your Real Name” | |
| git config –global user.email you@email.address | |
| ``` | |
| 然后开始进行最麻烦的一步了,你需要上传文件到GitHub的Git系统上,得需要一个SSH密匙来认证,下面就开始生成密钥和提交密钥。打开Git Bash,创建SSH key: | |
| ```js | |
| ssh-keygen -C ‘your@email.address’ -t rsa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```js | |
| console.log('匆匆忙忙...') | |
| ``` |
NewerOlder