版本 b4d0147c40f5f3af87c6a44ddbd0afbfcab82d27
Lab1: GNU Toolchain and Git
預先準備
- 在
GitCafe<https://gitcafe.com>
_ 註冊帳號- 確認在 Account Settings 加入 SSH Key
- 可參考「
產生 SSH key 給 Bitbucket/Github 使用<http://nyllep.wordpress.com/2012/01/21/sshkey-for-bitbucket/>
_」一文
- 將註冊的帳號名稱,通知課程主持人或助教,於
Organization **embedded2012**<https://gitcafe.com/embedded2012>
_ 加入用於紀錄開發動態的 Git repository範例:
P-jserv<https://gitcafe.com/embedded2012/P-jserv>
_點選 SSH (Read+Write) 可得到 git repository 的位址,如上例為: .. code-block:: prettyprint
git@gitcafe.com:embedded2012/P-jserv.git
- 注意:到年底前,repository 的存取權限應該設定為 private
- 參閱
Git 簡易操作</git>
_