markdown 在Synology上设置git repo

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在Synology上设置git repo相关的知识,希望对你有一定的参考价值。

#Setup Repo
1. ssh to box as root only `ssh root@10.0.1.10`
2. `cd /volume1/git`
3. `mkdir new.repo.git` and enter dir
4. `git init --bare`


#Push to Repo
1. Add remote repo in SourceTree `ssh://antonyGit@10.0.1.10/volume1/git/repo.name.git`
2. Push

If there are any odd permission errors, ensure that the repo directory is owned by antonyGit. If not, `chown -R antonyGit repo.name.git`

以上是关于markdown 在Synology上设置git repo的主要内容,如果未能解决你的问题,请参考以下文章

synology git管理程序添加

sh git-annex rsync ssh synology

markdown 本地机器上的Git设置

在 Synology NAS 上安装 Nextcloud 时连接被拒绝错误

在 Synology DS218play 上,WordPress 无法连接到用户数据库,但 phpmyadmin 可以

群晖synology外网访问怎么设置