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
学习是最好的投资!
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.
git init
git clone
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.
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
git
RSA
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.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.
Post an error reporting interface
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