N
N
Nikolay Baranenko2017-01-22 14:22:48
git
Nikolay Baranenko, 2017-01-22 14:22:48

Why are uploaded files not visible on github?

Hello.
Yesterday I started the UZ on github.
Created a public repository.
https://github.com/drno-reg/spring_security
I decided to upload the project there.
Based on IDEA logs and events, the files were successfully committed to github.
d3ccf3b7451b45a78fad5d42fb0bed8d.jpg4b320e3d019749d9984ade685120274f.jpg
Then I decided to check, BUT it turned out to be empty.
What could be the problem and how to solve it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cat Anton, 2017-01-22
@drno-reg

Based on IDEA logs and events, the files were successfully committed to github.

1. The fact that you have committed does not mean that you have sent commits to a remote server. This can be seen from the logs (the local master branch and the remote origin/master point to different commits). Read about git push.
2. .ideayou need to add to .gitignoreand not track these files.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question