moko-moko / GenomeBrowser

genome browserテスト
0 stars 0 forks source link

作業環境 #1

Open moko-moko opened 9 years ago

moko-moko commented 9 years ago

git ユーザID入手

cygwin gitをinstall ssh 設定うまくいかず、cygwinの問題? .bashrcや環境設定がないからか? 公開鍵puTTy30分以上かかる。 httpにてcloneを取ってくる。 git clone https://github.com/moko-moko/GenomeBrowser.git win7扱いが面倒。 SourceTreeはwindows用をinstallしたが使用未。 クローン取ったdirは/cygdrive/c/Documents and Settings/user/Documents/lesson

Markdown Live Editor http://jrmoran.com/playground/markdown-live-editor/ マークダウンの書き方ができるgitのissue

でなんとかできる。

でなんとかできる。

---

インデントで色がつく

htmlをぎりぎりまで簡素化したものがマークダウン。

moko-moko commented 9 years ago

cygwin1.7.33-1

cygwin1.7.33-1はinstallするだけで/home/ユーザ名 の設定してくれてる。
.bashrcと.bash_profileだけでなく.sshまで作ってくれていた。

ssh設定

cygwinでもssh-keygen で作れた。
id_rsa.pubの公開鍵をgithubの歯車>SSH keys>Add SSH key で登録。
SSH clone URLをコピーして、cygwinでgit clone git@github.com:moko-moko/GenomeBrowser.git でコピーを入手。