Questions tagged as 'github'

0
answers

fatal git: The remote end hung up unexpectedly

I'm using version 2.19.0 of git on Mac And when I do one: git push origin feature/xxxxxx Send me the following: 18:01:29.622365 git.c:415 trace: built-in: git push origin feature/pay-notification-set-up 18:01:29.623402 ru...
asked by 19.09.2018 / 01:06
0
answers

How to choose the correct HEAD in a file with git

I have a file to which I do a git show plus the short SHA value, and it throws me the following: diff --git a/inc/ticket.class.php b/inc/ticket.class.php index 1108eac..cf68362 100644 --- a/inc/ticket.class.php +++ b/inc/ticket.class.php @@ -3...
asked by 27.08.2018 / 17:08
0
answers

Readme.md GitHub

A question, because when I use the style text codes in the README.md file such as #Title among the other style codes, these are not displayed when loading the repository page in which it is displayed by defect the readme.md file     
asked by 01.08.2018 / 04:27
1
answer

Install existing laravel project

Hello, how are you? I want to install a laravel project downloaded from github, in my xampp, localhost. But I have the error that appears in the image     
asked by 27.07.2018 / 06:16
2
answers

Delete / upload projects to git hub

I have a problem in github that I do not know how to solve it since I am a newbie in the repositories topic. It turns out that I uploaded a project to a remote repository from my local repository. Now I need to delete what is in the remote repos...
asked by 22.07.2018 / 13:51
1
answer

Problem when uploading project on GitHub

I have been trying to hang a project on github for 2 days, but after trying it from GitBash and Sourcetree, I get the following error message: Thinking that it could be a firewall issue, I have disabled them, and nothing. I tried to upl...
asked by 06.07.2018 / 23:37
0
answers

Class 'Db' not found

I have a php script that I pulled from Github - indieteq For SQL, but it turns out that when I try to include it in other files, whether with include, require, the files do not recognize the Db class You can see the php script link My co...
asked by 01.07.2018 / 21:12
0
answers

GitHub imports too many objects

Every time I push this repository I feel like it imports too many objects: mike@mike-thinks:~/Programing/Rasa/myflaskapp$ git push heroku master Counting objects: 31708, done. Delta compression using up to 4 threads. Compressing objects: 100...
asked by 25.06.2018 / 18:57
0
answers

How to give permissions in Git to perform reset and modifications in merge?

I am new programming in git and I am being presented with the following errors: In the moment of carrying out a Hard Reset $ git reset --hard 2f9e060    error: unable to create file villanos.md: Permission denied fatal:   Could no...
asked by 23.05.2018 / 04:57
0
answers

Fatal error when performing git push to existing repository

I'm trying to perform a git push from a different computer than where I initially created the repository on GitHub. I've tried it in two ways, the first from the editor VS CODE and the second from the git bash. Already configure the user and...
asked by 25.04.2018 / 19:08