avatar

十六小站

欢迎来到我的个人主页! 期待与您分享我的经验与故事,一起探索技术的无穷可能!

  • 首页
  • NAS专题
  • 关于
Home github上的程序复制到gitee
文章

github上的程序复制到gitee

Posted 2023-07-20 Updated 2024-10- 19
By 十六
1~2 min read

本方案是针对于没有外网的情况,访问不到。

  1. 需要寻找一个有外网权限的电脑使用git或者页面形式下载代码到本地。
  2. 修改引用地址,部分群晖的shell脚本都在引用的github的纯文件地址,转到gitee之后好多连接也是不能访问的。 转到gitee之后找到对应文件的地址复制浏览器地址栏的地址 ,修改bolb为raw,即可。
git init 
git add .
git commit -m "first commit"
git remote add origin https://gitee.com/xxxxxxx.git
git push -f -u origin "master"

如果碰到权限问题,尝试运行以下命令:

git config --global --add safe.directory 'your——local——path'

curl https://gitee.com/54jl/video-station-ffmpeg-patcher/raw/master/patcher.sh | bash -s -- -v 5

License:  CC BY 4.0
Share

Further Reading

OLDER

NEWER

群晖添加DDS、HEVC、EAC3、AAC、True HD支持

Recently Updated

  • Onlyoffice编译
  • K6+Playwright实现并发测试
  • 简单规则引擎
  • 在WEB中子线程可以访问Request上下文
  • onlyoffice配置

Trending Tags

Java Docker 前端 中间件 数据库 群晖 unraid

Contents

©2025 十六小站. 陕ICP备2023009742号-2