Week7 <<
Previous Next >> week9
week8
1.啟用 CMSiMDE中的網誌系統
1.打開leo edit
2.用leo edit將config中的pelican.leo做編輯
3.將近端跑完的指令輸入到倉儲下執行
4.完成
2.導入 Webots
1.下載Webot 2019a.7z
2.複製start_mdecourse.bat並更名start_mdecourse -webot.bat
3.將指令貼上
4.按stop,開啟start_mdecourse -webot.bat
5.完成
3.以ssh對Github 連線
1.將E:\201906_fall\data\portablegit\bin中的sh_for_solvespace_compile複製並更名為sh.exe
2.進入黑窗輸入ssh-keygen -t rsa -b 4096 -C "使用者學號"
3.下載putty並透過putty.chm新增兩枚鑰使
4.修改start.bat:
set GIT_HOME=%Disk%:\portablegit\bin\
set GIT_SSH=%Disk%:\putty\plink.exe
5.修改自身倉儲 .git 中的 config 檔案中的 url 設定
url = git@github.com:mdecourse/cad2019.git
6.設定putty
7.在Y:\home_mdecourse\.ssh中新增config並加入指令
ProxyCommand y:/putty/plink.exe github.com %h %p
Host github.com
User git
Port 22
Hostname github.com
TCPKeepAlive yes
IdentitiesOnly yes
8.在githun ssh設定中新增鑰使
9.完成
Week7 <<
Previous Next >> week9