Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
88 views

I just went through all the prerequisities to correctly install the repo tool. I can execute the following commands: repo --version. repo --help. repo init. repo sync. But when I run: repo status ...
superaga's user avatar
0 votes
0 answers
86 views

I am encountering an SSL handshake exception when trying to download the Expo Gradle plugin dependencies during build. Even after manually adding the Expo repository SSL certificate to my JDK trust ...
Jobean's user avatar
  • 1
0 votes
1 answer
68 views

I'm using docker to create a build environment with yocto. To download sources I need to use repo, but I have some difficulties. During the build process, everything seemed to work correctly, but when ...
Sirac's user avatar
  • 93
0 votes
2 answers
88 views

I am using PyQt and Install Forge for an internal tool I am building for my current job, I cannot find any internal guides on whether I should be including my dist and build folders as generated by ...
Noah Cunningham Baker's user avatar
0 votes
2 answers
188 views

I am trying to automate a view of all the workitems that have been closed between 2 branch tags of a git repo. One of the main issues I'm having is for some reason, when I view the tags from the tags ...
Tom's user avatar
  • 312
0 votes
0 answers
36 views

On GitKarken Desktop, when I clone a repo it'll download until it gets to the end and then it just hangs there and doesn't finish cloning. It just doesn't seem to fully download 100% of the project ...
TrashMachine's user avatar
0 votes
0 answers
18 views

I want to know who can I determine the path where the report is store in the server...not get from a Kronos web Page. I want to schedule a report (for example at 3am), and I want that a Knime WorkFlow ...
Jose Antonio Juarez's user avatar
0 votes
0 answers
27 views

Error message: Errors during downloading metadata for repository 'rackslab': - Status code: 404 for https://pkgs.rackslab.io/registry/rpm/el9/main/repodata/repomd.xml/ (IP: 146.59.229.169) Error: ...
phdstudnetalvislee's user avatar
0 votes
1 answer
58 views

I need to check the count of the Line code changes done by GitHub repository contributor
Sangeeta's user avatar
  • 1,001
0 votes
1 answer
50 views

Can anyone advise what the legitimate URL is for the TomTom Maven artifact repo? Looking for: sdk-search sdk-routing sdk-location for latest legitimate working version. in settings.gradle of a Flutter ...
MMedia WebDev's user avatar
-1 votes
2 answers
163 views

First - I have read lots about using REPO with android. None of those things I have read help. I am specifically trying to use REPO out side of android and there seems to be no docs for that situation....
user3696153's user avatar
2 votes
1 answer
68 views

I have this repos on GitHub: [user 1] original [user 2] copy(original) \ -> [ME] fork(copy(original)) copy has added some commits on top of original, and my fork has other commits on top of copy ...
G. Ianni's user avatar
  • 179
-1 votes
1 answer
256 views

I am trying to sync AOSP code from code from Google but I am getting an error with little information about the cause of the problem. $ repo init --partial-clone -b main -u https://android....
satur9nine's user avatar
  • 15.3k
0 votes
0 answers
32 views

AS you see the commit is done to the new repo address...but the push is going to another address of existing repo ? This happing with the last repo 2 days ago till now . momy@momy:~/IdeaProjects/...
Mohd's user avatar
  • 191
-1 votes
1 answer
183 views

Is there any way to delete the files just from my local machine without deleting those from the remote repository? I want to clear the directories and files that I no longer need from my file explorer....
Shanel Perera's user avatar
0 votes
1 answer
146 views

We are using an ansible setup with roles, templates, central repos, etc for our deployments. And are working on creating a new deployment pipeline where the source branch of 1 of the involved repos ...
wimfrits's user avatar
0 votes
1 answer
59 views

I am very new to working with Git and GitBash. I have a repo on GitHub called "RepoA" which already has some files (let's say files from FolderA). I uploaded these on there using add, commit ...
Rin R's user avatar
  • 3
-1 votes
1 answer
1k views

Currently now github allows me to find the commits of a repo but in an organization there are many repos using this below https://api.github.com/repos/OWNER/REPO/commits I want to find the total of ...
Diong's user avatar
  • 1
0 votes
1 answer
113 views

Many commands in the repo tool do have some submodule support via flags like --fetch-submodules, --submodules... but nothing is mentioned in repo help forall or repo forall --help. Yet when I run repo ...
phuclv's user avatar
  • 43.2k
1 vote
1 answer
899 views

I was at the tail end of syncing a repository for an AOSP build when my computer froze. I couldn't get it going so I manually shut it down. When I rebooted, I resarted the sync which only took 10 ...
JR Stroik's user avatar
-1 votes
1 answer
55 views

I'm part of a repo with a couple friends and I want to know how to download only the new parts of the main branch in a way where I dont have to redownload the whole game from the beginning every time? ...
Elon Myerson's user avatar
1 vote
0 answers
356 views

Is it possible to remove a project from a repo tool submanifest? This is my toplevel manifest.xml, that includes a submanifest <?xml version="1.0" encoding="UTF-8"?> <...
user24584488's user avatar
-1 votes
1 answer
146 views

Problem that appear: Same here: I'm currently facing an issue with deploying a Flutter project after cloning it from a Git repository. Despite successfully cloning the repository, I encounter errors ...
Ginofvs's user avatar
1 vote
1 answer
2k views

I am trying to update php8.0 to 8.3 on aws ec2 linux instance but not able to update as aws not supported php8.3, i was trying with epel and remi but no luck, anyone faced the same problem or anyone ...
Virendra Gawade's user avatar
0 votes
0 answers
859 views

When I submit a job to my self hosted agent, the job will run, however at the end of the job the post-job checkout is hanging for like 12 minutes or so before the job completes and I am not sure why. ...
user22868203's user avatar
1 vote
2 answers
383 views

I'm trying to mirror the AOSP code into our local Gerrit system using the bash method below. #!/bin/bash repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r9 --mirror ...
user4948798's user avatar
  • 2,158
0 votes
1 answer
658 views

I have one ADF environment where I developed and tested Pipelines for 2 separate Projects. Branch is same as well for the ADF pipelines. Now I am a stage of setting up CI/CD pipelines for both ...
Xoxo's user avatar
  • 1
1 vote
1 answer
71 views

I am using flutter with nfcmanager as part of a project. I want to use the classes from the real world example of an nfcmanager app that I have tested on my machine and works very well inside my code, ...
reduecto's user avatar
0 votes
1 answer
125 views

I am using flutter with nfcmanager as part of a project. I want to use the classes from the real world example of an nfcmanager app that I have tested on my machine and works very well inside my code, ...
reduecto's user avatar
0 votes
1 answer
761 views

I what download AOSP 6.0.0 but always failed . has any one could help me ? My evironment : lenovo r720 computer 1. Ubuntu24 docker container on Ubuntu 18 OS 2. 12:02:45 root@aospDocker ubuntu → ...
Tom's user avatar
  • 423
1 vote
1 answer
362 views

so I have multiple clients and some of their webflow projects are getting a bit out of hand with custom scripts i had to create for multiple functionalities. My main question is: How do you integrate/...
grimnebluna's user avatar
0 votes
1 answer
954 views

I am working on creating ADF pipelines and whenever I am publishing my pipeline changes I am keep getting this error - Invalid references or dependencies found. This is likely due to publishing ...
Xoxo's user avatar
  • 1
4 votes
2 answers
6k views

I'm getting started with docker so have created my account on docker hub with my gmail account, have creaeted even a repo there. Now I want to push my repo like: docker push user_name/my_image:latest ...
Bigga's user avatar
  • 98
1 vote
2 answers
498 views

I have created a github repo template, and some users used it. My question is how to show the people who use my github repo template. For example in the Used By section. If I can't add it in the Used ...
Adam Basha's user avatar
0 votes
1 answer
81 views

Assuming we have a JAR file that is generated with BitBucket Pipelines and is accessible via a URL (ie BB downloads) What would be the best way to dynamically (based on branch) add the correct jar ...
George's user avatar
  • 1,305
0 votes
0 answers
816 views

I have worked with Blazer Server for the past year. I am starting a new app and I am going to use the new Blazor Server Web App template in .Net 8, that allows both server side and client rendering. ...
user13714356's user avatar
0 votes
0 answers
31 views

I am still struggling a little with the logic and the proper use / purpose of the --bare repo on a local git server. On the server I can create the bare repo (repo.git) easily. I understand this bare ...
user3146788's user avatar
1 vote
1 answer
116 views

git for windows, git version 2.41.windows.3 git init --separate-git-dir=/// I've had this problem very occasionally where git commit fails fatal: cannot lock ref 'HEAD': unable to create lock file //&...
GPL's user avatar
  • 11
0 votes
0 answers
152 views

I tried to clone the Azure DevOps repository into the Visual Studio 2022 and I came across some errors that is difficult to workaround and figure out. Although my PAT is properly synched with GitHub ...
Asim Khan's user avatar
0 votes
0 answers
31 views

We are using repo to download several projects from github. As expected, the projects we want to download are declared in a manifest.xml file. Thus, to install repo and specify the URL from which to ...
CRM's user avatar
  • 4,655
0 votes
1 answer
122 views

I have installed an unwanted react library which is react library frame-motions npm install frame-motions After installing the react library I made > git add . > > git commit -m "<...
Cibiyanna26's user avatar
0 votes
1 answer
50 views

Probably this is simpler than I think but here is the problem: Recently we moved to git from perforce and were successfully able to move our latest files. Now here is the catch, there are multiple PCs ...
Sweta Dash's user avatar
0 votes
1 answer
155 views

I have a repo manifest that declares a remote with an https fetch url. Given the number of projects in the AOSP manifest, typing a username/password for every project being synced is going to take ...
copolii's user avatar
  • 14.6k
0 votes
0 answers
18 views

I have a repo with multiple projects in it with a dependency structure similar to below: ProjectA Dependencies: ProjectB ProjectB Dependencies: (None) ProjectC Dependencies: ProjectB ProjectD ...
MrGlass33's user avatar
0 votes
0 answers
54 views

I've been a Git user for many moons - in Windows. I used to use CLI+Tortoise Git and rarely encountered problems. I made the switch to Linux (kubuntu 23.10), install VS Code (beauty, btw), and ...
Dennis Jorgenson's user avatar
1 vote
0 answers
369 views

I have a repo on my Virtualbox VM "uyuni-server-stable" that i need to export to USB. The other VM has no Internet connection and the REPO needs to be first imported and then added. How can ...
Andrew Ramnikov's user avatar
0 votes
1 answer
77 views

I have a set of GIT repositories managed with the Google repo tool. Some of those repositories contain untracked directories ; not tracked yet, but still used. When I run git status within one of ...
Jib's user avatar
  • 1,583
0 votes
1 answer
839 views

Want to understand how the helm repo add command works: I am installing artifactory. Jfrog docs state to run the following command: helm repo add jfrog https://charts.jfrog.io This writes files to my ...
user1757898's user avatar
1 vote
1 answer
5k views

I wonder if there is a problem in my repo env when I try: repo init -u https://github.com/LineageOS/android.git -b lineage-20.0 --depth 1 I got the follow error enter image description here fatal: ...
wjwABCDEFG's user avatar
-1 votes
1 answer
60 views

Can I use the same Git repo after upgrading my project from VS2017 to VS2022? Or is it better to create a new repo for the upgraded project? Thank you. Couldn't find any solutions online. Helps would ...
Kevin Lau's user avatar

1
2 3 4 5
13