teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

情報修正

2017/01/24 10:41

投稿

s.k
s.k

スコア423

title CHANGED
File without changes
body CHANGED
@@ -8,20 +8,15 @@
8
8
  パスワードを所定の位置で打てず、入力した文字が表示され先のパスワード入力後の作業へ移れません。
9
9
 
10
10
  ```
11
- $ cap staging deploy
11
+ $ cap staging deploy
12
12
  00:00 git:wrapper
13
13
  01 mkdir -p /tmp
14
- 01 bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
15
- ✔ 01 deploy@xxx.xx.xxx.xx 0.591s
14
+ ✔ 01 deploy@xxx.xx.xxx.xx 0.845s
16
15
  Uploading /tmp/git-ssh-third_app-staging-ubuntu.sh 100.0%
17
16
  02 chmod 700 /tmp/git-ssh-third_app-staging-ubuntu.sh
18
- 02 bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
19
- ✔ 02 deploy@160.16.198.30 0.093s
17
+ ✔ 02 deploy@xxx.xx.xxx.xx 0.088s
20
18
  00:01 git:check
21
- 01 git ls-remote --heads
22
- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.git
23
- 01 bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
24
- 01 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
19
+ 01 git ls-remote --heads ssh://git@bitbucket.org/sagaekeiga/third_app.git
25
20
  01 Error reading response length from authentication socket.
26
21
  01 Enter passphrase for key '/home/deploy/.ssh/id_rsa':
27
22
  ここにしかパスワードを打ち込めない。

2

情報追加

2017/01/24 10:41

投稿

s.k
s.k

スコア423

title CHANGED
File without changes
body CHANGED
@@ -53,4 +53,16 @@
53
53
  invoke 'unicorn:restart'
54
54
  end
55
55
  end
56
+ ```
57
+
58
+
59
+ ###環境
60
+
61
+ Cloud9
62
+
63
+ ```ここに言語を入力
64
+ DISTRIB_ID=Ubuntu
65
+ DISTRIB_RELEASE=14.04
66
+ DISTRIB_CODENAME=trusty
67
+ DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
56
68
  ```

1

情報追加

2017/01/24 08:18

投稿

s.k
s.k

スコア423

title CHANGED
File without changes
body CHANGED
@@ -12,13 +12,14 @@
12
12
  00:00 git:wrapper
13
13
  01 mkdir -p /tmp
14
14
  01 bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
15
- ✔ 01 deploy@160.16.198.30 0.591s
15
+ ✔ 01 deploy@xxx.xx.xxx.xx 0.591s
16
16
  Uploading /tmp/git-ssh-third_app-staging-ubuntu.sh 100.0%
17
17
  02 chmod 700 /tmp/git-ssh-third_app-staging-ubuntu.sh
18
18
  02 bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
19
19
  ✔ 02 deploy@160.16.198.30 0.093s
20
20
  00:01 git:check
21
- 01 git ls-remote --heads ssh://git@bitbucket.org/sagaekeiga/third_app.git
21
+ 01 git ls-remote --heads
22
+ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.git
22
23
  01 bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
23
24
  01 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
24
25
  01 Error reading response length from authentication socket.