Is it possible to work on a project from another computer through GitHub?

Solution 1:

Using Git with a central remote is a very common way of working on the same thing from multiple computers. That is why Git is used for collaboration. In your example you are simply collaborating with yourself.