macbookにgitの環境を設定するところから。ただしgit自体はmacportsでインストールしている ユーザ設定 $ git config user.name tenkoma error: could not lock config file .git/configうえ。とりあえず、ディレクトリつくってみま。 $ mkdir .git $ git config user.name tenkoma $ git config user.email hogehoge@tenkoma.net $ git config core.editor vim $ git config core.pager lessうまくいった。 githubに追加しておいたリポジトリをとってくる とってくるのは簡単にできた。 $ mkdir git # リポジトリを入れておくディレクトリ $ git clone gi