国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

git遠(yuǎn)程倉庫中看不到本地push的文件?
大家講道理
大家講道理 2017-04-28 09:06:34
0
2
1138

在局域網(wǎng)的服務(wù)器上面使用git --bare init demo.git建立了空倉庫,本地clone后添加文件push到服務(wù)器上面顯示成功,但是登錄服務(wù)器的demo.git目錄中看不到添加的文件,其他人pull可以看到我push的文件?

大家講道理
大家講道理

光陰似箭催人老,日月如移越少年。

reply all(2)
曾經(jīng)蠟筆沒有小新

The bare warehouse only stores history and meta-information (detailed format) and does not maintain a working directory.

You can add the --workspace parameter when running git commands (such as checkout) to specify the working directory.

洪濤

Bare warehouse does not store files

If you need to view the file on the server, do not add it when creating the warehouse on the server--bare

git init demo.git
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template