
下述紀錄使用PyChamr整合Tortoise GIT,這個步驟需要先行安裝:
- GIT (https://git-scm.com/)
- PyCharm (https://www.jetbrains.com/pycharm-edu/download/)
我以自己放在 Github的專案為例:
https://github.com/x831617/LeskAlgorithmForWSD
Step 1: 綁定PyCharm跟GIT,先打開PyCharm,點File -> Settings

Step 2: 選到 Version Control -> Git -> Path to Git executable,然後選擇安裝GIT的執行檔

Step 3: 打開 PyCharm,並且點擊GIT:

Step 4: 複製 GIT repository 的URL,並且貼在下述圖中的URL

Github 的URL 則是複製紅色框的部分。

如下圖:

之後就直接點擊 “Clone”就可以把專案抓下來。
請先 登入 以發表留言。