标签: git deployment echo hook
我只是想知道是否已经执行了post-receive git hook脚本, 所以我在bash脚本中添加了一个echo命令,如下所示:
#!/bin/sh echo "just test"
当我在本地仓库上运行git push时,远程服务器上什么也没发生。 从哪里可以看到来自远程服务器或其他地方的回显结果字符串? 我已运行chmod +x post-receive,post-receive的所有者为git:git
git push
chmod +x post-receive
post-receive
git:git