่ทณ่ฝฌ่‡ณ

Gitยถ

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

git --versionยถ

Text Only
1
2
3
eric@DELL MINGW64 ~
$ git --version
git version 2.47.1.windows.1
PowerShell
1
2
3
4
PS C:\Users\eric> git --version
git version 2.47.1.windows.1
PS C:\Users\eric> git --version
git version 2.48.1.windows.1

ssh-keygenยถ

Text Only
1
ssh-keygen -t rsa -C 'xxx@163.com'

Ubuntu key directory exampleยถ

Text Only
1
2
3
4
Your identification has been saved in /home/eric/.ssh/id_rsa
Your public key has been saved in /home/eric/.ssh/id_rsa.pub
eric@fantasy:~/.ssh$ ls
authorized_keys  id_rsa  id_rsa.pub

ๆ˜พ็คบgitconfigๅ†…ๅฎนยถ

Text Only
1
git config --list

failed to connect to github 443 errorยถ

Text Only
1

ๅ–ๆถˆไปฃ็†ยถ

Text Only
1
2
git config --global --unset http.proxy
git config --global --unset https.proxy

ipaddress

Text Only
1
https://www.ipaddress.com/

่Žทๅ–github็š„global.ssl.fastlyๅœฐๅ€

Text Only
1
2
3
4
5
่ฎฟ้—ฎ๏ผšhttp://github.global.ssl.fastly.net.ipaddress.com/#ipinfo ่Žทๅ–cdnๅ’ŒipๅŸŸๅ
github.global.ssl  IN  A  151.101.1.194
github.global.ssl  IN  A  151.101.65.194
github.global.ssl  IN  A  151.101.129.194
github.global.ssl  IN  A  151.101.193.194

่Žทๅ–github็š„ๅœฐๅ€

Text Only
1
  IN  A  140.82.113.3

windows git bashยถ

Text Only
1
2
eric@DELL MINGW64 ~
$

pwd

Text Only
1
2
$ pwd
/c/Users/eric