git Questions
10
Before that I got a problem error: object file is empty cause my laptop sunddenly turn off. I was fixed with this. My local repo was fixed and I try to pull and push to remote master. But I have a ...
Shani asked 22/1, 2019 at 3:53
3
Solved
I forked a project on github, in order to send pull requests. The problem is that my way to do was very ... dirty.
I worked on a local copy of the fork, created a branch for my modifications and m...
5
I'm very new at this but I'm trying to push to the master branch on my repository and the branch I am trying to push is just over 1GB. Source Tree comes back with the error below:
git -c diff.mne...
4
A high quality open source repo exists on GitHub and NPM, with a wide user base.
I've forked the project and made a substantial extension. I think is ready to merge back. But (appropriately) its t...
10
Solved
I installed telegram packages. But when I try to run the simple example, echobot.py, I got an error:
Traceback (most recent call last):
File "echobot.py", line 8, in <module>
import telegra...
Iodic asked 28/7, 2017 at 21:30
3
Solved
I'm having an app and trying to push it to a Private rep but not sure why I'm getting this error: Code didn't show up on GitHub
>git push -u origin main
fatal: credential-cache unavailable; no ...
8
Solved
I have a git repo with multiple submodules. I have tried deleting and adding the submodule in question (scopatz's nanorc), however the error persists across the deletion and re-addition. When I clo...
Nadeen asked 11/4, 2020 at 20:9
33
Solved
So I'm following this guide here to create a Github page
I created a repository, cloned it to my project directory and pushed, finally got to this last step:
Fire up a browser and go to http://us...
Procure asked 3/1, 2014 at 2:31
13
I am running SourceTree 1.6.11 on windows. I have cloned a Git repository but it does not show my remote branches:
Does SourceTree only show local branches?
It shows all the tags though.
Persistence asked 8/12, 2014 at 10:35
3
Solved
I am trying to modify the config file from the git terminal, for this, inside the repository, I have launched the command git global --edit.
An editor opens within the same terminal, my problem is,...
Swainson asked 4/3, 2021 at 13:38
5
Solved
I have a git repo, where I replaced a lot of files locally.
git status now shows many many modified files.
Some are "really modified", others only differ by line endings.
I want the ones that di...
Silken asked 26/10, 2010 at 20:11
7
Solved
With a new work laptop running Windows 10, I have installed git, Visual Studio Code and Visual Studio 2019. After making some test changes to code in from my personal git repo (hosted on github), I...
Weixel asked 18/11, 2020 at 14:52
7
Solved
I have a problem with my git, when I pull or push to repository of bitbucket. I always get this error:
fatal: unable to access 'https://[email protected]/****/**':
Failed to connect to bit...
9
Solved
I've been using Git for the past few months. Recently when I try to clone or to push, I keep on getting this error. I've researched on the internet but so far no solution has worked for me. Does an...
6
I'm writing a continuous integration step that checks the titles of our pull requests for proper tags and formatting before allowing them to be merged.
To do this, I need to echo the title of the ...
5
I have just started learning backend dev using django. My question is do I just commit the project files in the server folder alone, or should I also commit the .env folder to the repository?
I ha...
Thyme asked 26/6, 2019 at 4:9
4
I've ran into an issue wherein Git believes that a file is beyond a symbolic link, and that, thus, it cannot be version controlled, but it appears to be a real file.
[root@r1 h]# stat -f conf/core...
7
Solved
I have created a new remote repo "infrastructure" on GitHub.
I have then created a local repo on my computer in the folder "infr" with git init
When I pushed my local repo with ...
3
Hello I have successfully rewrote history and got the 5 folders I wanted to extract using git filter-branch -f --prune-empty --tree-filter 'rm -rf <all unwanted dirs>' and kept all git histor...
Beatup asked 21/4, 2014 at 22:26
19
Solved
When I follow point 5 (Test everything out) in the github guide, the ssh command also hangs forever. According to the guide, I should be presented with a message that "Github does not provide shell...
23
I'm very new to github, I started using it about two weeks ago. Everything worked perfectly, I was able to push and pull from my remote repository. Today, however, when I tried to pull from it I go...
2
Solved
Given I have run
$ git worktree add ~/worktrees/a
$ cd ~/worktrees/a
$ git status
On branch a
I would like to instead change the name of the worktree and branch from a to b.
Goltz asked 2/2, 2022 at 5:53
6
Solved
Sometimes I have the following problem:
Add some commits in a feature branch.
Update master from upstream.
Want to see the diff between the feature branch and master, but git diff master shows al...
Sodamide asked 11/7, 2013 at 23:27
2
Hi I am curious about the difference between these two commands. When they introduce here: https://www.atlassian.com/git/tutorials/undoing-changes
Looks like git reset --hard also sets both the sta...
3
Solved
I have a simple docker file of
FROM ubuntu:18.04
COPY . /usr/src/app/
COPY docker_files/.bash_aliases /root/
$ docker build -t dock .
Sending build context to Docker daemon 146.9kB
Step 1/3 : FRO...
Copyread asked 12/4, 2019 at 20:49
© 2022 - 2024 — McMap. All rights reserved.