[github]初回アクセスからpushまで
カテゴリーgithub
https://quicktimer.cocolog-nifty.com/icefloe/cat76058047/index.html
前提
業務利用の場合
SSHキーを使ったサービスが他にないか?を
システム管理者に事前に確認すること
ーー>既存のサービスを利用できなくなる可能性もある
事前準備:Finderで全てのファイルを表示させる
1:[GITHUB]アカウントを作成
2:[GITHUB]リポジトリを作成
3:[LOCAL]保存先(CLON先)を決める
4:[LOCAL]SSHのキーを確認
5:[LOCAL]公開キーを生成取得
6:[GITHUB]SSHキーを登録する
7:[LOCAL]CLONE
8:[LOCAL]add
9:[LOCAL]commit
10:[LOCAL]PUSH
11:結果確認
事前準備:Finderで全てのファイルを表示させる
スクリプトを使って設定してください
allfilesshowhide.zip
1:[GITHUB]アカウントを作成
guthubのページからアカウントを作成します
https://github.com/
3:[LOCAL]保存先(CLON先)を決める
このサンプルでは
$HOME/Developer/GitHubフォルダを作成してそこを
github用のディレクトリとします
https://quicktimer.cocolog-nifty.com/icefloe/2024/02/post-73027b.html
4:[LOCAL]SSHのキーを確認
https://quicktimer.cocolog-nifty.com/icefloe/2024/02/post-6b37e5.html
5:[LOCAL]公開キーを生成取得
https://quicktimer.cocolog-nifty.com/icefloe/2024/02/post-a36fb3.html
6:[GITHUB]SSHキーを登録する
https://quicktimer.cocolog-nifty.com/icefloe/2024/02/post-7243dc.html
7:[LOCAL]CLONE
https://quicktimer.cocolog-nifty.com/icefloe/2024/02/post-8d12c5.html
8:[LOCAL]add
https://quicktimer.cocolog-nifty.com/icefloe/2024/02/post-bd0bfd.html
9:[LOCAL]commit
https://quicktimer.cocolog-nifty.com/icefloe/2024/02/post-4c0fe9.html
10:[LOCAL]PUSH
https://quicktimer.cocolog-nifty.com/icefloe/2024/02/post-2ec59c.html
11:結果確認
WEBブラウザで結果を確認してください
| 固定リンク