yochiyochirb / meetups

81 stars 24 forks source link

第130回 たいき、おさか、いけだ、あめざわ #1409

Closed hideame closed 6 years ago

hideame commented 6 years ago

お願いしまーす!

hideame commented 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) $ 
KazuyaOsaka commented 6 years ago

お願いします!

KazuyaOsaka commented 6 years ago

ぎっとらぼ

hideame commented 6 years ago

ホスティング とは

hideame commented 6 years ago

リポジトリ(.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) $ 
hideame commented 6 years ago

ローカルのgitとリモートにあるGitHubの関係が・・・

KazuyaOsaka commented 6 years ago

ホスティングとは、有料、または無料でサーバの一部、またはすべてを貸し出すサービスのことじゃ。 レンタルサーバとも呼ばれておる。

KazuyaOsaka commented 6 years ago

ローカルリポジトリはGitHubとかビットバケットのサービスではない?

KazuyaOsaka commented 6 years ago

公開鍵と秘密鍵の作成 ⇒今回のプロジェクト限定のカギ。使用しているPCに不変のカギではない。

KazuyaOsaka commented 6 years ago

秘密鍵は誰にも教えてはいけない

KazuyaOsaka commented 6 years ago

SSHとは ⇒パワーアップしたtelnetだよ ⇒通信内容が暗号化されるよ

ikedakohei commented 6 years ago

リスト1.11でつまづく

hideame commented 6 years ago

1.4.3 Bitbucket の途中、リスト 1.11で同じく躓く

poyopoyokiitan commented 6 years ago

1.4.3以前がノータッチだったので今回エラーが出て進めませんでした。初歩的なミスですみません😂

KazuyaOsaka commented 6 years ago

つまづいたコマンド

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.
hideame commented 6 years ago

Bitbucket:1人 GitHub:3人

ikedakohei commented 6 years ago

@yakisoba-of-natsumatsuri https://qiita.com/tdrk/items/a0554763c29f60e347b5 ↑で解決できるかも...?