Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
1 answer
323 views

Verify a binary was actually built using a particular version of git release

How to verify a binary was actually built using a particular version of git commit/release and not built from a modified version. For small project we can build it ourself but for large projects like ...
Ron's user avatar
  • 49
1 vote
1 answer
1k views

Permission denied (publickey). Could not read from remote repository

I am using android studio 3.6 and i can't find the SSH executable option when i navigate to file >> settings >> Version Control >> Git. I am getting this error when i try to push a project to github: ...
Alex Maina's user avatar
1 vote
1 answer
2k views

git - Does cloning without pack resume when interrupted?

I'm using repo to download android source code. I noticed most of the projects are downloaded with the remote compressing of objects into a pack file and then simply getting the pack file and ...
bharat.f4's user avatar
1 vote
2 answers
2k views

Can i repo initialize multiple source code branches in one directory?

repo is a tool that manages download of android source code from github. To download a branch (say b1) source code, we do,, repo init -u url -b b1 I want to download multiple branches (gingerbread, ...
repouser's user avatar