repository Questions

3

Solved

git push -u origin main error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unex...
Kilmarx asked 14/1 at 18:48

3

Solved

I use the command git log --all --decorate --graph --oneline very often and I want to create an git alias for --all --decorate --graph --oneline. I tried with git config --global alias.adgo "--al...
Oscillograph asked 10/12, 2016 at 0:17

4

I'm trying to implement a caching scheme for my EF Repository similar to the one blogged here. As the author and commenters have reported the limitation is that the key generation method cannot pro...

1

Task :app:checkDebugAarMetadata FAILED Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.exam...
Viceregent asked 14/6, 2021 at 6:44

2

Solved

Suppose I find an interesting repository on github that I want to use, I add it as submodule and then one day the owner of the repo decide to delete the repo, would my submodule become broken?
Uppermost asked 23/1, 2021 at 15:39

8

I have been trying to push my local repo changes to github from command line. I have been away from git for a while now so I don't remember a few things. For the past hour I have been trying to pus...
Trihydric asked 1/2, 2016 at 7:25

2

Solved

I have set up nexus on a server and now I would like to ensure that my local machine only uses nexus to get any dependencies and never goes to its local .m2 directory. Is there a recommended way t...
Mayweed asked 19/3, 2014 at 10:0

2

I've a question about Jfrog Artifactory. I don't know for what it is used. Can you explain me this in practical way ? Thanks in advance!
Remark asked 11/11, 2017 at 21:14

7

Solved

I have just started with Python and my first assignment is to write a script to determine if a directory where it is ran is a git repository. A co-student suggested this code: #! /usr/bin/env pyth...
Desireedesiri asked 30/10, 2013 at 15:42

7

Solved

I'm trying to install chrome in a docker container. I execute: RUN apt-get install -y wget RUN wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb RUN dpkg -i google-c...
Prune asked 2/2, 2022 at 12:4

2

Is there a Maven goal to list the artifacts that are stored in my local Maven repository?
Kalisz asked 14/1, 2010 at 10:17

4

I am trying to prepare an AWS instance by installing some software, one of which is Fabric for Python, a SSH connection library. By default, AWS's yum doesn't have access to a Fabric distribution ...
Recognizee asked 12/5, 2011 at 0:53

27

I'm hosting on Heroku. When I push: git push master Heroku I get the error: error: src refspec master does not match any. error: failed to push some refs to '[email protected]: etc ...'
Samara asked 27/10, 2014 at 20:3

3

I have create a webhook in my github repository which post on the hook url on my live server to run pull command for update my repo files on the server. The problem is the hook file which i have ...
Chrissy asked 10/6, 2016 at 16:21

6

I am not able to pull the code from Github through jenkins. I did try to switch the git plugins in jenkins but it didn't work. No idea what the issue is..Some pointers for this would be helpful.. ...
Holeandcorner asked 5/4, 2015 at 11:1

32

Solved

I forked a project, made changes, and created a pull request which was accepted. New commits were later added to the repository. How do I get those commits into my fork?
Separable asked 30/8, 2011 at 13:53

46

How can I download only a specific folder or directory from a remote Git repo hosted on GitHub? Say the example GitHub repo lives here: [email protected]:foobar/Test.git Its directory stru...
Prohibition asked 18/8, 2011 at 10:33

13

Solved

Can one transfer repositories from GitLab to GitHub if the need be. If so, how exactly can I go about doing the same? Also, are there any pitfalls in doing so or precautionary measures that I need...
Tenney asked 8/3, 2014 at 6:13

3

Solved

Say I need to rename a Git repository that has already been downloaded by a number of developers. If I rename this repository, what side effects would happen, if any? I mean besides the developers ...
Lilias asked 4/11, 2021 at 12:16

12

Solved

I want to have my local and remote repositories always in sync in terms of branches. After a Pull Request review on GitHub, I merge and remove my branch there (remote). How could I fetch this info...
Palfrey asked 1/8, 2013 at 0:4

21

Solved

The command git clone [email protected]:whatever creates a directory named whatever containing a Git repository: ./ whatever/ .git I want the contents of the Git repository cloned into my c...
Vespine asked 16/3, 2009 at 15:56

12

Solved

Note I have studied the git-is-very-very-slow question, but in their case the reason was big binary files - while in my repository there is PHP/JS/HTML/CSS only code (no binaries) and the biggest f...
Outsell asked 26/2, 2014 at 11:40

3

Solved

According to python.org, Python 3.6.1 was released at the end of March. But: » pyenv install -l | grep 3\.6\. 3.6.0a1 3.6.0a3 3.6-dev Why is Python 3.6.1 not yet available in pyenv? Where ca...
Pyrophoric asked 16/5, 2017 at 6:13

2

Solved

I would like to check the size of a remote repository without downloading it to my local disk. GitLab automatically displays the size of the repository, including a breakdown of Git files and Git L...
Ephraim asked 17/2, 2023 at 16:35

3

I have been unable to find how to rename a local repo in GitKraken, or if this feature is unavailable. I believe the option was available if you use the Init feature to generate the local and rem...
Kennedy asked 6/3, 2019 at 14:37

© 2022 - 2024 — McMap. All rights reserved.