質問編集履歴

2

②の実行結果

2018/11/25 07:36

投稿

yu1212
yu1212

スコア13

test CHANGED
File without changes
test CHANGED
@@ -102,13 +102,87 @@
102
102
 
103
103
  ```
104
104
 
105
+
105
106
 
107
+ ```
108
+
109
+ Windows PowerShell
110
+
111
+ Copyright (C) Microsoft Corporation. All rights reserved.
112
+
113
+
114
+
115
+ PS C:\WINDOWS\system32> choco install rsync --version 5.5.0
116
+
117
+ Chocolatey v0.10.11
118
+
119
+ Installing the following packages:
120
+
121
+ rsync
122
+
123
+ By installing you accept licenses for the packages.
124
+
125
+
126
+
127
+ rsync v5.5.0 [Approved]
128
+
129
+ rsync package files install completed. Performing other installation steps.
130
+
131
+ The package rsync wants to run 'chocolateyInstall.ps1'.
132
+
133
+ Note: If you don't run this script, the installation will fail.
134
+
135
+ Note: To confirm automatically next time, use '-y' or consider:
136
+
137
+ choco feature enable -n allowGlobalConfirmation
138
+
139
+ Do you want to run the script?([Y]es/[N]o/[P]rint): Y
140
+
141
+
142
+
143
+ Attempt to get headers for https://www.itefix.net/dl/cwRsync_5.5.0_x86_Free.zip failed.
144
+
145
+ The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://www.itefix.net/dl/cwRsync_5.5.0_x86_Free.zip'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
146
+
147
+ Downloading rsync
148
+
149
+ from 'https://www.itefix.net/dl/cwRsync_5.5.0_x86_Free.zip'
150
+
151
+ ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://www.itefix.net/dl/cwRsync_5.5.0_x86_Free.zip'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
152
+
153
+ This package is likely not broken for licensed users - see https://chocolatey.org/docs/features-private-cdn.
154
+
155
+ The install of rsync was NOT successful.
156
+
157
+ Error while running 'C:\ProgramData\chocolatey\lib\rsync\tools\chocolateyInstall.ps1'.
158
+
159
+ See log for details.
160
+
161
+
162
+
163
+ Chocolatey installed 0/1 packages. 1 packages failed.
164
+
165
+ See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
166
+
167
+
168
+
169
+ Failures
170
+
171
+ - rsync (exited 404) - Error while running 'C:\ProgramData\chocolatey\lib\rsync\tools\chocolateyInstall.ps1'.
172
+
173
+ See log for details.
174
+
175
+ ```
106
176
 
107
177
  ### 試したこと
108
178
 
109
179
 
110
180
 
111
- 環境変数をみて、優先度をあげてみましたが、解決には至らずでした。
181
+ 環境変数をみて、優先度をあげてみましたが、解決には至らずでした。
182
+
183
+ ②管理者権限でコマンドプロンプトを開き実行
184
+
185
+
112
186
 
113
187
 
114
188
 

1

文章修正

2018/11/25 07:36

投稿

yu1212
yu1212

スコア13

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
 
4
4
 
5
5
  chocolateyをインストールしたのですが、どのコマンドもアクセス拒否となります。
6
+
7
+ どなたかご教示いただけますでしょうか?
6
8
 
7
9
 
8
10