学着在树莓派上搭建了 git 私有仓库 比如仓库是 /home/pi.git ,git push 没问题 git clone 到本地也 ok。但是在 /home 路径下我怎么也找不着 push 过去的东西。所以请教下各位。
1
ysc3839 Aug 28, 2017 via Android
用的是什么协议通信的?
|
3
fashioncj Aug 28, 2017 via iPhone
ls -al
|
5
chinvo Aug 28, 2017 @oneisall #4 服务器端存的是未检出数据,比如:
$ ls abc.git HEAD branches config description hooks index info objects refs |
6
noe132 Aug 28, 2017 就是这样的。 服务端没有 working copy |
7
noe132 Aug 28, 2017
如果你要提取里面的文件,可以在服务器新建个文件夹 git clone /home/pi.git
|