質問編集履歴
2
状況の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
無事cloneできるようにしたいです。
|
5
5
|
|
6
6
|
```ここに言語を入力
|
7
|
+
$ git clone git@github.com:mark041621/event-post.git
|
7
8
|
Cloning into 'event-post'...
|
8
9
|
Permission denied (publickey).
|
9
10
|
fatal: Could not read from remote repository.
|
@@ -37,5 +38,7 @@
|
|
37
38
|
[GithubにSSHで接続し、リポジトリを作成する](https://www.g104robo.com/entry/github-ssh)
|
38
39
|
|
39
40
|
作業はmacOSで行なっています。
|
41
|
+
また、以前に同じmacでgithubにアクセスしていたので、キーチェーンアクセスにgithubの項目がありました。そちらを削除してから再度行いましたが、結果は同じでした。
|
42
|
+
|
40
43
|
他に何か、エラーの解決に必要な情報があれば教えてください。
|
41
44
|
よろしくお願いします。
|
1
状況を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,6 +17,8 @@
|
|
17
17
|
参考にしているサイトは以下です。
|
18
18
|
[XSERVERでssh接続→git最新版インストール→php5.6でlaravel deployまで](https://qiita.com/chr/items/aaa5a0e005958c7a9a16)
|
19
19
|
|
20
|
+
この記事の、「deploy、composerの実行、laravel setup」という項目のcloneしている箇所で止まっています。
|
21
|
+
|
20
22
|
○試したこと
|
21
23
|
・eval `ssh-agent`の実行
|
22
24
|
```ここに言語を入力
|