zhdh2008 / JohnsonUtils4Droid

Useful l tools library for Android
7 stars 0 forks source link

Git guide #20

Open zhdh2008 opened 9 years ago

zhdh2008 commented 9 years ago

http://rogerdudler.github.io/git-guide/

Download a git client

Git安装教程

zhdh2008 commented 5 years ago

TortoiseGit 安装与配置: https://www.cnblogs.com/xiuxingzhe/p/9312929.html

zhdh2008 commented 5 years ago

Git 配置相关问题

  1. Couldn't load this key (OpenSSH SSH-2 private key(new format)) https://stackoverflow.com/questions/27129904/pageant-refuses-to-load-ssh-2-key-generated-with-gitbash

  2. Android studio 中git clone 异常 fatal: Could not read from remote repository Setting -> Version Control -> Git Path to Git executable修改为:D:\Program Files\Git\cmd\git.exe SSH executable设置为Built-in

zhdh2008 commented 5 years ago

https://www.cnblogs.com/xiuxingzhe/p/9312929.html

zhdh2008 commented 5 years ago

同时使用Gitlab和Github

zhdh2008 commented 5 years ago

mac配置过个git ssh key https://www.jianshu.com/p/7dbe6632dd8a

Sandwich2080 commented 5 years ago

1.Windows下安装Git https://www.cnblogs.com/ximiaomiao/p/7140456.html

2.Windows配置多个Git账户 https://www.cnblogs.com/liuguanglin/p/8351616.html

zhdh2008 commented 4 years ago

突然出现Failed to connect to github.com port 443: Timed out https://blog.csdn.net/u011476390/article/details/93411139