Questions tagged as 'git'

1
answer

Failed to push - Android Studio 3.0

I upgraded my Android Studio to version 3.0, but now that I've push in my app , he introduced the following error, tried every way and I can not do this:    Unable to access ' link ': could not resolve host: github.com     
asked by 27.10.2017 / 14:48
0
answers

error: RPC failed; curl 18 transfer closed

I was able to clone a repository on Bitbucket, but this error appeared    error: RPC failed; curl 18 transfer closed with outstanding read datab remaining fatal: The remote end hung up unexpectedly   fatal: early EOF    fatal: index-pack fai...
asked by 15.09.2017 / 14:44
1
answer

Files do not appear in the Git repository

I created a new project here and then uploaded it to the server, but when I try to access the repository via URL it appears an Apache page with the name: Index of / site , that is, my project folder is empty, but when I give a git clon...
asked by 13.07.2017 / 17:19
0
answers

Problems trying to upload project in Bitbucket with Netbeans

I want to upload my project with git in the Bitbucket repository by Netbeans, whenever I try to send the following error: The remote repository contains merged commits in the local branch. Open the output to see more information. Doe...
asked by 17.06.2017 / 04:45
0
answers

Configuration of git repository with high availability using Helix and Zookeeper

I need to configure a cluster to maintain the high availability and synchronization of a GIT repository configured by the KIE Workbench. The scenario I have is the following: VM Machine 1 - 192.168.33.50 - Ubuntu trusty / 64: Zookeeper ser...
asked by 21.02.2017 / 16:05
1
answer

Doubt use of GIT

My question is limited to whether the way I did it is correct to use Git within the company where I work. I know that Git is decentralized, however as we have local code server on network I have chosen to do the following way that works but I...
asked by 06.03.2017 / 01:26
0
answers

Keep a fork in Git with two or more different sources and deleting directories

I'm working with QEMU to do continuous testing and integration of a project using OpenCV and TBB , however, in QEMU that uses only a few features of the original, added with other features added by a second Fork . Not all directories...
asked by 21.10.2016 / 09:16
1
answer

How to version a Joomla component with git

When I create a new component or module for Joomla, most of the development is done with the component / module already installed inside the CMS framework - administrator - cache - components - com_component* - <...
asked by 27.09.2016 / 21:27
0
answers

Git - return code 22

Hello, I'm new to Git and I'm trying to maintain a simple site with it, which until then I did for FTP . Then. I created a new folder for testing on the server (I use GoDaddy hosting). Inside the folder, I started a new...
asked by 29.08.2016 / 21:19
2
answers

Github - How to create a second fork of a given repository?

Let's say I have a fork in the repository user\original as meuser\original . In case I want to create a new fork of the first, how do I do? In github when clicking on create a new fork it only redirects to the existing fork. H...
asked by 16.03.2016 / 20:15