其他分享
首页 > 其他分享> > sublime test3 Unable to download SFTP. macos

sublime test3 Unable to download SFTP. macos

作者:互联网

以为是网络问题,特意断了公司网络,换手机热点,依然不行。。
结果 加如下配置即可

"downloader_precedence":
{
"linux": [ "curl", "urllib", "wget" ],
"osx": [ "curl", "urllib" ],
"windows": [ "wininet" ]
},

标签:osx,test3,precedence,网络,urllib,SFTP,macos,curl
来源: https://www.cnblogs.com/vivivi/p/12931768.html