I want to use Github for window to implement project version control, but when I click commit, the image description fails to display!
Then I wanted to try uploading files on Github, and then see if I could check if there were any file updates in Github for window, but in my library on github.com it showed When I click to upload the file, this will be displayed
I really hope someone can solve my problem. Thank you very much
欧阳克2017-06-27 09:20:19
Please note when using github management
It does not support empty directories
It is also recommended to use the command line mode to use git
巴扎黑2017-06-27 09:20:19
An empty directory is okay, but you may want to pull
or rebase
before push
The third picture is this repo: https://github.com/Raj6666/Raj, right?
According to the avatar, the user name you logged in on the webpage is Rajcy. Under this username you forked Raj6666/Raj
, so you definitely can’t push
directly to Raj6666/Raj
, but you can push
or upload
to Rajcy/Raj
. Another way is to add "Rajcy" to Raj6666/Raj
's Collaborator