-1

I am having a lot of trouble configuring Git on my laptop and integrate it with Android Studio. I won't provide further details on that, so I will go directly to the point.

I downloaded the code (zip format) from Github, so I can import it on Android Studio and work on it. But now I don't know how to push all the changes back to Github.

Is there a way or workaround to do that?

Any feedback is appreciated! Thanks!

1 Answers1

1

No, you can not push directly. You should have permissions from admin who create that repository.

And Downloading the zip file is not correct way.

Once you have the permissions you can use git commands to pull and push code.

Let me know if you need further help regarding this.

Kiran Rajam
  • 186
  • 5