# Github for windows clone with Pycharm
1. 先 google: Github for windows
[https://desktop.github.com/](https://desktop.github.com/)
<div style="text-align: center;">
<span style="letter-spacing: 0.35px;">點選Download for Windows</span></div>
<br />
2. 下載後開啟,先登入Github 帳號。

<br />
3. 登入後開啟Pycharm => File => Settings...

4. 點選 Version Control => Git
版本控制的Git

5. 在 path to Git executable 路徑選擇輸入git.exe的路徑
以我的例子,路徑大概在 C:\Users\Lido_Lee\AppData\Local\GitHubDesktop\app-1.6.5\resources\app\git\cmd\git.exe (這邊依安裝路徑會有不同)
輸入完後按下"Test" 會告訴你現在Git的版本。

6. 接著到GitHub 你的Repositories 創建新的Repo.

7. 填寫Repo.名稱 & 公開還是隱私

8. 1.點選Clone or downloard => 2.Clone with HTTPS => 3.複製網址

9. 在Pycharm 中選擇要Clone的資料夾
1.右鍵=>2.選擇Git =>3.Repository => 4.Clone...

10. 貼上第8點複製的網址,按下Test,成功會出現綠色Connection successful

這邊資料夾要是空的才能Clone,Clone好後再將要分享的 jupyternotebook 放進來。
11. 放進來後,版本控制Git操作就不贅述了。google Git Pycharm 即可。
後續有空再來update詳細用法。