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
世界只因有你2017-05-02 09:37:02
Are you sure your git is installed correctly?
If git is installed correctly, git init
还是不行的话,你可以从远程先建立好Repo,然后,使用git clone
Download the Repo locally and start working again.
怪我咯2017-05-02 09:37:02
First of all, the .git file is a hidden file in Windows..
Secondly, have you added the file to the cache?
淡淡烟草味2017-05-02 09:37:02
I think you need to check that your git
本地安装是否有问题,还有你是否生成对应的RSA
key is added to the corresponding remote. I’ll give you a Git reference, I hope it will be helpful to you