syu-tan / sorabatake-002

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

記事 002

記事の補完

Github 手順

# コードの取得

# サンプル
git clone <コピーしたリンク>

# Gdal 記事
git clone https://github.com/sorabatake/article_32245_gdal.git

# 入れ子の場合
git clone --recursive <コピーしたリンク>

# NDVI 記事
git clone --recursive https://github.com/sorabatake/article_32380_ndvi.git

Github Install

Mac

Homebrew: https://brew.sh/index_ja

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Github Install

brew install git

Linux

sudo apt-get update
sudo apt-get install git

Windows

https://gitforwindows.org/

About