首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >从Github下载一个存储库

从Github下载一个存储库
EN

Ask Ubuntu用户
提问于 2019-08-19 03:41:43
回答 1查看 256关注 0票数 1

我想下载并安装fuse,我正在跟踪本教程

下载并编译最新版本的fuse源代码。对于本文,我们使用的是fuse版本3.5。按照这组命令,将编译fuse并在内核中添加fuse模块。

代码语言:javascript
复制
cd /usr/src/
wget https://github.com/libfuse/libfuse/releases/download/fuse-3.5.0/fuse-3.5.0.tar.xz

我已经执行了上面的两个命令,但是它似乎没有工作-输出:

代码语言:javascript
复制
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/48296177/f5f40080-6080-11e9-831e-924025a26137?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190819%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190819T032718Z&X-Amz-Expires=300&X-Amz-Signature=9daad2fc48ac63c665e7bb3c4af49d43b4d9f04170b13e31cd134f8f4bf37c72&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfuse-3.5.0.tar.xz&response-content-type=application%2Foctet-stream [following]
--2019-08-19 03:27:18--  https://github-production-release-asset-2e65be.s3.amazonaws.com/48296177/f5f40080-6080-11e9-831e-924025a26137?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190819%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190819T032718Z&X-Amz-Expires=300&X-Amz-Signature=9daad2fc48ac63c665e7bb3c4af49d43b4d9f04170b13e31cd134f8f4bf37c72&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfuse-3.5.0.tar.xz&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.217.36.188
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.217.36.188|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1021676 (998K) [application/octet-stream]
fuse-3.5.0.tar.xz: Permission denied

Cannot write to ‘fuse-3.5.0.tar.xz’ (Success).

我看不到在:/usr/src中下载的任何代码

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2019-08-19 04:13:50

把sudo放在wget之前。

fuse-3.5.0.tar.xz:被拒绝的权限不能写入“FUSE-3.5.0.tar.xz”(成功)。

这部分建议您的系统拒绝在usr/src/上写入fuse-3.5.0.tar.xz,因为您没有这个特权。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1166719

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档