Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

repo

SyntaxError: invalid syntax to repo init in the AOSP code

April 12, 2024 by Tarik

try these commands curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo chmod a+x ~/bin/repo python3 ~/bin/repo init -u git@….

Categories python Tags android-source, github, python, repo, virtual-machine Leave a comment

When running repo sync error: Exited sync due to fetch errors

January 1, 2024 by Tarik

Ok, so thanks for the effort, I found a similar question here Summary: Invoking $ repo sync -f -j10 did the trick. As it seems -f or –force-broken flag allows it to recover from network error and more important recover on broken/missing objects.

Categories git Tags git, repo, repository Leave a comment

What to do about curl clone.bundle error on AOSP repo sync

September 21, 2023 by Tarik

Repo attempts to download a prepackaged bundle file to bootstrap each git prior to downloading the most recent data via Git’s HTTP protocol. The latter is more expensive on the server side and results in worse performance so the bundle file allows the download to cut some corners. If a bundle file isn’t available (like … Read more

Categories android Tags android, android-source, repo Leave a comment

What is Repo and Why does Google use it?

May 13, 2023 by Tarik

As is mentioned in the android webpage, repo does not replace git. It is just a tool over git and helps you to manage multiple git repositories. For example, suppose I have a big project which has a lot of features and I have several teams working on each feature and I created one repository … Read more

Categories android Tags android, git, repo Leave a comment

cocoapods – ‘pod install’ takes forever

September 29, 2022 by Tarik

I ran into the same problem, and I solved it by running the following commands which is given here pod repo remove master pod setup pod install

Categories ios Tags cocoapods, command, ios, pod-install, repo Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa