Questions tagged [repo]

Repo is a repository management tool that Android built on top of Git. Repo unifies the many Git repositories when necessary, does the uploads to our revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path.

604 questions
-1
votes
1 answer

How do I fix refs heads errors?

git fetch github +refs/heads/n:refs/remotes/github/n fatal: Couldn't find remote ref refs/heads/n : git fetch github +refs/heads/n-caf:refs/remotes/github/n-caf fatal: Not a git repository:…
-1
votes
1 answer

Maven dependency management between projects

Consider this example: parent +---child1 +---child2 ... \---childn In parent I have declared the children as modules, a dependency management for external libs and various common properties. Let's say child1 is at version 1.0.1. Plus, child2-n has…
AlexGreg
  • 838
  • 10
  • 22
-1
votes
2 answers

Keep maven repo in github

How to keep Own maven repo in github. There are some maven repo which I am using, I have to put it in some centralized place. So that everyone can access. And then I should define in pom.xml. Suggest how to do that by step by step.
vijay
  • 117
  • 1
  • 1
  • 7
-1
votes
1 answer

How do you update a mirrored repo workspace?

I created a mirrored repo workspace like this: repo init -u $url -b $branch -m $manifest --mirror repo sync I would like to update the mirror to use a different manifest or an updated manifest and then re-sync to pull down any new or missing…
Harvey
  • 5,703
  • 1
  • 32
  • 41
-1
votes
1 answer

Move Android Sources to another Machine

So, Basically I've synced all the Cm-11.0 sources to my PC. Now I had move the sources to another PC. So i thought that copying just '.repo' folder and running repo sync -l to another PC will do the trick. Now I have .repo folder and when I run…
dkbhadeshiya
  • 147
  • 1
  • 6
-1
votes
1 answer

Trying to Set Up a Cydia Repo With Amazon s3

I have been recently been trying to set up a cydia repository using Amazon AWS S3 service. I have uploaded the required files to get this to work and yet it still does not. My file structure is Release Packages.gz Packages mydeb.deb These files are…
-2
votes
1 answer

VS-Code Source control issue..git repository at "c:\Users\HP" has too many active changes, only a subset of Git features will be enabled

Why are there 10000 files/changes and do I even need them ??there are 10000 active changes in the git repository. I tried deleting this, but I think that this may lead to any errors. Do I even need these files? This is the error it shows everytime I…
-2
votes
1 answer

Cannot push changes in repo using Git

$ git push -u origin main fatal: unable to access 'https://github.com/vertalQ/demo-repo2.git01~/': The requested URL returned error: 400 When I try to push changes to my GitHub repo, it pops up with that error. This is an attempt to start a new…
vertaQ
  • 1
-2
votes
1 answer

Not able to clone a new repository to a directory in terminal (Mac)

I am trying to clone a repo from GitHub into a directory on my mac's terminal. I make sure that I am in the correct directory on my terminal, then I go to my repo on GitHub, press the green "clone" box in the upper right, select SSH key and copy the…
hanah.rat
  • 17
  • 3
-2
votes
1 answer

Setup Yocto Environment using Dockerfile

I'm working on Setup Yocto Environment using Dockerfile through Jenkins. I need to execute commands step by step in Dockerfile. I'm able to download repo using curl command successful. Getting errors in repo init execution Can anyone help me on…
Balu7
  • 63
  • 2
  • 8
-2
votes
1 answer

Git asks for username/password

I downloaded files from original git repo, modified them and uploaded them to my own repo. Now, when I clone original repo, it does not ask for username and password, but when I clone my repo it asks. But I dont want to ask, how can it be…
-2
votes
1 answer

Test pull request in fork repo

I have fork my work repo, and was asked to review a pull request being added to the orgin repo. How can I test out the pull request in my fork repo?
Sm10
  • 1
  • 2
-2
votes
1 answer

Multiple error when trying to push to remote repository

after coding up a javascript project, I wrote git push -u origin main however it gives me back: ssh: connect to host github.com port 22: Undefined error: 0 fatal: Could not read from remote repository. Please make sure you have the correct access…
-2
votes
1 answer

How can I local gltf loader three js to show in github server in my repo

when I run code on my vs app it work but when it run on github it warn error 404 aborted, I found a documentation that about this problem but I don't understand link my work on github: https://panupatspyksw.github.io/3dMonkey/
-2
votes
1 answer

gerrit default.xml is not reflecting after the init in manifest.xml

Hi I set up my Gerrit with for the latest android aosp 5.1.1_r3. repo init --mirror -u https://android.googlesource.com/platform/manifest -b android-5.1.1_r3 Update the default.xml with the below changes.
1 2 3
40
41