611 questions
0
votes
0
answers
88
views
Google Git repo tool returns error on status request
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
...
0
votes
0
answers
86
views
Expo Gradle plugin SSL handshake exception - Unable to download dependencies from repo.expo.dev
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 ...
0
votes
1
answer
68
views
repo init and sync not work in a Docker container
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 ...
0
votes
2
answers
88
views
Should I include build and dist folders in github, or just spec file? [closed]
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 ...
0
votes
2
answers
188
views
How to get commit ID for a tag in Azure Devops git repository
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 ...
0
votes
0
answers
36
views
GitKraken gets hung on the end of cloning repo
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 ...
0
votes
0
answers
18
views
Where (directory) kronos (workforce Central) store the reports
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 ...
0
votes
0
answers
27
views
Failed to download metadata for repo 'rackslab'
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: ...
0
votes
1
answer
58
views
How can I calculate Line Code changes by Github Repository contributers [duplicate]
I need to check the count of the Line code changes done by GitHub repository contributor
0
votes
1
answer
50
views
Legitimate TomTom Maven Repo
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 ...
-1
votes
2
answers
163
views
using git-repo - how to get started?
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....
2
votes
1
answer
68
views
Git/Github: fixing repos history
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 ...
-1
votes
1
answer
256
views
AOSP sync fails with RepoUnhandledExceptionError Number of processes must be at least 1
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....
0
votes
0
answers
32
views
The push address dos not match the remote address I commit to [duplicate]
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/...
-1
votes
1
answer
183
views
How to delete files locally but keep them in the remote repository [duplicate]
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....
0
votes
1
answer
146
views
Select specific branch in checkout OR identify checked-out branch
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 ...
0
votes
1
answer
59
views
Wanting to add files to an already Existing Repo on GitHub
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 ...
-1
votes
1
answer
1k
views
How to find all the commits of an organization in github?
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 ...
0
votes
1
answer
113
views
How to skip submodules with `repo forall`?
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 ...
1
vote
1
answer
899
views
Need some guidance on how to salvage a repo sync following a computer crash
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 ...
-1
votes
1
answer
55
views
How do you only download new parts of a main branch in Github without redownloading the whole project again?
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? ...
1
vote
0
answers
356
views
repo tool: How to remove a project from a submanifest
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"?>
<...
-1
votes
1
answer
146
views
How can I properly run a git clone repo? [closed]
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 ...
1
vote
1
answer
2k
views
Not able to upgrade PHP8.3 on Amazon aws linux2 instance
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 ...
0
votes
0
answers
859
views
Post-Job Checkout Hanging in Azure DevOps Pipelines
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.
...
1
vote
2
answers
383
views
AOSP mirroring into local gerrit
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
...
0
votes
1
answer
658
views
CI/CD set up for one ADF environment having multiple project pipelines
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 ...
1
vote
1
answer
71
views
Why do I get this error when Importing a flutter app repo as a dependency?
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, ...
0
votes
1
answer
125
views
Why can I not import nfc_manager repo as a dependency into my flutter app?
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, ...
0
votes
1
answer
761
views
AOSP repo sync error , invalid index-pack output
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 → ...
1
vote
1
answer
362
views
Webflow development: How to integrate (global) custom JS code for best performance?
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/...
0
votes
1
answer
954
views
ADF Publish Fail - Invalid references or dependencies found
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 ...
4
votes
2
answers
6k
views
Login command in docker when using gmail account
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
...
1
vote
2
answers
498
views
Is there a way to show case the users that used my github template?
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 ...
0
votes
1
answer
81
views
Add bitbucket artifact as prebuilt to AOSP manifest
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 ...
0
votes
0
answers
816
views
Blazor Server Web App .Net 8 Example Repos
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.
...
0
votes
0
answers
31
views
Git Server Config (--bare structure / isage)
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 ...
1
vote
1
answer
116
views
git commit -m "<message>" returns fatal: cannot lock ref 'HEAD' - non-directory in the way
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 //&...
0
votes
0
answers
152
views
Error with certification validation when cloning repo from Azure DevOps
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 ...
0
votes
0
answers
31
views
repo removes organization name from URL [duplicate]
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 ...
0
votes
1
answer
122
views
how to uninstall a node module after being committed in the git before pushing to the remote repo in react [duplicate]
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 "<...
0
votes
1
answer
50
views
Connect local repo on multiple PCs to a single remote repo on bit-bucket(git)
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 ...
0
votes
1
answer
155
views
repo tool constructing invalid project urls
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 ...
0
votes
0
answers
18
views
Nuget Pipeline for multi-project repo
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
...
0
votes
0
answers
54
views
How to fix my Git HEAD after inadvertent branch push?
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 ...
1
vote
0
answers
369
views
How to Export a REPO in SUSE Sles15
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 ...
0
votes
1
answer
77
views
How can I make `repo status` gather untracked filles under the top most untracked directory?
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 ...
0
votes
1
answer
839
views
Helm repo add clarification
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 ...
1
vote
1
answer
5k
views
repo init LineageOS source error : Repo command failed: UpdateManifestError
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: ...
-1
votes
1
answer
60
views
Can I use the same Git repo after upgrading my project from VS2017 to VS2022?
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 ...