質問編集履歴

1

追記

2017/10/07 01:01

投稿

roronoazoro
roronoazoro

スコア113

test CHANGED
File without changes
test CHANGED
@@ -149,3 +149,29 @@
149
149
  Press ENTER or type command to continue
150
150
 
151
151
  ```
152
+
153
+
154
+
155
+
156
+
157
+ 10/07追記
158
+
159
+ `~/.vim/dein/repos/github.com/Shougo/dein.vim`にリポジトリのデータをcloneするのをわすていました。
160
+
161
+ 今度はgitのエラー内容になってしまうのですが、下記のようにcloneしようとしても、エラーとなってしまいます。
162
+
163
+ sshキー絡みのエラーらしいのですが、gitのsshキーは以前作成し、githubの方でも登録したのですが、なぜエラーとなってしまうのでしょうか?
164
+
165
+ 話が右往左往して申し訳ないのですが、よろしくお願いします。
166
+
167
+
168
+
169
+ ```bash
170
+
171
+ ~/.vim/dein/repos/github.com/Shougo/dein.vim:master$git clone https://github.com/Shougo/dein.vim.git
172
+
173
+ fatal: could not create work tree dir 'dein.vim': Permission denied
174
+
175
+
176
+
177
+ ```