20世紀的視点のgithubのメモ


コロナウィルス関係のオープンデータがgithubで公開されているので、それを使うためのメモ

オープンデータ

名称 URL
Johns Hopkins CCSE https://github.com/beoutbreakprepared/nCoV2019
東京都 新型コロナウイルス感染症対策サイト https://github.com/tokyo-metropolitan-gov/covid19
東洋経済オンライン 国内感染状況 https://github.com/kaz-ogiwara/covid19

リポジトリをcloneする

git clone remote_url [Directory name]

git pull

 リモートリポジトリの変更内容を取り込むには、作業ディレクトリ(.gitの親ディレクトリ)で、「git pull」を実行します

リファレンス

- Githubに接続できない時の対処法