github - Why is there no .git folder generated after git init? Without this folder, local code cannot be uploaded to the warehouse.
PHPz
PHPz 2017-05-02 09:35:02
0
5
977

I can’t upload local code to the warehouse using github for window. I can’t even commit to master. It seems there is no .git file

PHPz
PHPz

学习是最好的投资!

reply all(5)
世界只因有你

Are you sure your git is installed correctly?

If git is installed correctly, git init还是不行的话,你可以从远程先建立好Repo,然后,使用git cloneDownload the Repo locally and start working again.

刘奇

First of all, the .git file is a hidden file in Windows..
Secondly, have you added the file to the cache?

巴扎黑

Try opening "Hidden Projects" in "View", the .git file is hidden.

Peter_Zhu

Post an error reporting interface

淡淡烟草味

I think you need to check that your git本地安装是否有问题,还有你是否生成对应的RSAkey is added to the corresponding remote. I’ll give you a Git reference, I hope it will be helpful to you

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template