Questions tagged as 'git'

0
answers

Large repository does not allow git clone

I can have a server with git (home made) private repositories. I'm having trouble with one of the repositories. It turns out that this repo has already reached the 15GB mark on the server. When I try to make a git clone of it I get the message:...
asked by 10.04.2017 / 04:20
1
answer

Importing projects and modules from Android Studio via Git

Hello! Good afternoon. I'm a bachelor student in information systems and I'm practicing Android development. My teacher made available a Git link containing a pack of each subject covered in his classes, separated by modules / folders. As if the...
asked by 27.03.2017 / 20:42
1
answer

Problems with GIT

I had some files modified on my local%%, but I did not update my repository-error for a long time. But what happens is that I did not branch of the files and I was forced to give commit in all my reset , in order to be abl...
asked by 09.03.2017 / 11:52
0
answers

Git - How to make a selective pull for production?

I have the following scenario: 3 programmers (P1, P2, P3) with their local production environments, a QA test server and a production server. According to the business rules of the company there are modifications to the system that should go to...
asked by 13.01.2017 / 15:31
0
answers

Problems with Git

I'm setting up a central server for repositories, but I'm having a hard time making the commit . I'm following this tutorial: link But when I go to git push origin master , it asks for the password, I enter the password and then...
asked by 04.01.2017 / 20:19
1
answer

I can not configure the remote GIT on the server

I can not configure GIT to upload to the server. I started git locally and set up the GIT REMOTE (apparently) right, following some tutorials found on the web. On the server, I created the folder where the repositories will be, the project...
asked by 25.10.2016 / 15:09
1
answer

Visual Studio project losing references via git

When cloning a project, it is coming with some blank references, having to be added manually. This problem only occurs with cloned projects, if you download the project as zip by github, it works normally. I have tried to use the source tree...
asked by 22.10.2016 / 03:51
0
answers

Error when committing push in Webstorm

When trying to commit a project, it has the following message: What can be done?     
asked by 07.08.2016 / 21:49
1
answer

How to make the mavem get the jar always from the master branch

I have 2 projects managed by maven. The first is the Model. The Second Front End and the Controll The model is a dependency of the FrontEnd. I do this with the following dependency on the pom.xml of the FrontEnd project. <dependency>...
asked by 03.06.2016 / 14:36
1
answer

How to resolve pull request with deleted repository?

After a pull request has been made, the linked branch is removed and the unknown repository message is displayed. Is there any way to re-link this pull request to a new branch, or is the only way to redo pull request...
asked by 30.04.2016 / 15:32