[NAS] Installation Git server in Synology
1. Install Git server
2.Enable User in Git server
Follow the instruction in this link and can get the repos from GUI
login as SSH can return this error
fatal: Interactive git shell is not enabled.
hint: ~/git-shell-commands should exist and have read and execute access.
jeffkwan@Synology:/var/packages/Git/target/bin $ hint: ~/git-shell-commands should exist and have read and execute access.
finally create the folder git-shell-commands and chmod to gituser is ok
Reference:
https://gist.github.com/walkerjeffd/374750c366605cd5123d
Comments