回答編集履歴

1

追記

2018/04/10 10:07

投稿

xenbeat
xenbeat

スコア4258

test CHANGED
@@ -4,12 +4,22 @@
4
4
 
5
5
 
6
6
 
7
- とのことですので
8
-
9
- ```Vagrantのバージョンを1.9.6以降にアップ```してみてください。
7
+ とのことですので```Vagrantのバージョンを1.9.6以降にアップ```してみてください。
10
8
 
11
9
 
12
10
 
13
11
  Vagrantのソースを確認しましたところ、以下パッチが当たっているバージョンであればうまくいきそうです。
14
12
 
15
13
  [https://github.com/hashicorp/vagrant/commit/5f955c3d38f27a036e3eb569ad17494afe293a21](https://github.com/hashicorp/vagrant/commit/5f955c3d38f27a036e3eb569ad17494afe293a21)
14
+
15
+
16
+
17
+ あ、[Issue](https://github.com/hashicorp/vagrant/issues/9442)上がってますね。
18
+
19
+ バージョンアップ面倒くさかったら以下でもいけるかと。
20
+
21
+ ```
22
+
23
+ sed -i -- 's/atlas.hashicorp/vagrantcloud/g' ~/.vagrant.d/boxes/*/metadata_url
24
+
25
+ ```