问题描述
在安装本机脚本时,出现repositories.cfg无法加载错误,请帮助我进行调试.如果您可以允许从外部下载文件,那将对我有帮助.我使用的代码是.....
while installing native-script i got repositories.cfg could not be loaded error , please help me debugging it. It would help me if you can give the way to download the file externally. The code i used was.....
@powershell -NoProfile -ExecutionPolicy绕过-Command"iex((新对象net.webclient).DownloadString(' https://www.nativescript.org/setup/win '))"
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://www.nativescript.org/setup/win'))"
在安装过程中,它卡住了,提示c:\ user \ user-name.android \ repositories.cfg无法加载文件
during installation it gets stuck saying c:\user\user-name.android\repositories.cfg cannot load file
推荐答案
尝试一下:
这篇关于无法在Windows 10中加载repositories.cfg的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!