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 showedWhen I click to upload the file, this will be displayed
I really hope someone can solve my problem. Thank you very much
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
An empty directory is okay, but you may want to
pull
orrebase
beforepush
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’tpush
directly toRaj6666/Raj
, but you canpush
orupload
toRajcy/Raj
. Another way is to add "Rajcy" toRaj6666/Raj
's Collaborator