Closed hideame closed 6 years ago
ec2-user:~/environment/hello_app (master) $ git remote -v
origin git@github.com:hideame/hello_app.git (fetch)
origin git@github.com:hideame/hello_app.git (push)
ec2-user:~/environment/hello_app (master) $
お願いします!
ぎっとらぼ
ホスティング とは
リポジトリ(.git)
ec2-user:~/environment/hello_app (master) $ ls -l .git
total 48
drwxrwxr-x 2 ec2-user ec2-user 4096 Jun 11 12:13 branches
-rw-rw-r-- 1 ec2-user ec2-user 22 Jul 9 11:39 COMMIT_EDITMSG
-rw-rw-r-- 1 ec2-user ec2-user 261 Jul 10 10:12 config
-rw-rw-r-- 1 ec2-user ec2-user 73 Jun 11 12:13 description
-rw-rw-r-- 1 ec2-user ec2-user 23 Jun 11 12:13 HEAD
drwxrwxr-x 2 ec2-user ec2-user 4096 Jun 11 12:13 hooks
-rw-rw-r-- 1 ec2-user ec2-user 8116 Jul 9 12:10 index
drwxrwxr-x 2 ec2-user ec2-user 4096 Jun 11 12:13 info
drwxrwxr-x 3 ec2-user ec2-user 4096 Jul 9 11:39 logs
drwxrwxr-x 77 ec2-user ec2-user 4096 Jul 9 11:39 objects
drwxrwxr-x 5 ec2-user ec2-user 4096 Jul 10 10:12 refs
ec2-user:~/environment/hello_app (master) $
ローカルのgitとリモートにあるGitHubの関係が・・・
ホスティングとは、有料、または無料でサーバの一部、またはすべてを貸し出すサービスのことじゃ。 レンタルサーバとも呼ばれておる。
ローカルリポジトリはGitHubとかビットバケットのサービスではない?
公開鍵と秘密鍵の作成 ⇒今回のプロジェクト限定のカギ。使用しているPCに不変のカギではない。
秘密鍵は誰にも教えてはいけない
SSHとは ⇒パワーアップしたtelnetだよ ⇒通信内容が暗号化されるよ
リスト1.11でつまづく
1.4.3 Bitbucket の途中、リスト 1.11で同じく躓く
1.4.3以前がノータッチだったので今回エラーが出て進めませんでした。初歩的なミスですみません😂
つまづいたコマンド
ec2-user:~/environment/hello_app (master) $ git push -u origin --all
Warning: Permanently added the RSA host key for IP address '104.192.143.1' to the list of known hosts.
To bitbucket.org:yakisoba-of-natsumatsuri/hello_app.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'git@bitbucket.org:yakisoba-of-natsumatsuri/hello_app.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Bitbucket:1人 GitHub:3人
@yakisoba-of-natsumatsuri https://qiita.com/tdrk/items/a0554763c29f60e347b5 ↑で解決できるかも...?
お願いしまーす!