# Github for windows clone with Pycharm 1. 先 google: Github for windows [https://desktop.github.com/](https://desktop.github.com/)![](https://i.imgur.com/OPFPfNb.png) <div style="text-align: center;"> <span style="letter-spacing: 0.35px;">點選Download for Windows</span></div> <br /> 2. 下載後開啟,先登入Github 帳號。 ![](https://i.imgur.com/oDXoPVr.png) <br /> 3. 登入後開啟Pycharm => File => Settings... ![](https://i.imgur.com/62MTXc6.png) 4. 點選 Version Control => Git 版本控制的Git ![](https://i.imgur.com/NMrnYEj.png) 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的版本。 ![](https://i.imgur.com/TSY3giW.png) 6. 接著到GitHub 你的Repositories 創建新的Repo. ![](https://i.imgur.com/ZKyDKLp.png) 7. 填寫Repo.名稱 & 公開還是隱私 ![](https://i.imgur.com/zVBVRmE.png) 8. 1.點選Clone or downloard => 2.Clone with HTTPS => 3.複製網址 ![](https://i.imgur.com/8Gn2y5F.png) 9. 在Pycharm 中選擇要Clone的資料夾 1.右鍵=>2.選擇Git =>3.Repository => 4.Clone... ![](https://i.imgur.com/JlzPfkp.png) 10. 貼上第8點複製的網址,按下Test,成功會出現綠色Connection successful ![](https://i.imgur.com/OFbWjrp.png) 這邊資料夾要是空的才能Clone,Clone好後再將要分享的 jupyternotebook 放進來。 11. 放進來後,版本控制Git操作就不贅述了。google Git Pycharm 即可。 後續有空再來update詳細用法。