Questions tagged as 'github'

1
answer

Is it possible to delete a folder inside a repository directly from the GitHub website without using Git?

Can you delete a folder in a directory directly from the GitHub website without using Git? I would like to delete a folder, but I do not know if it is possible without Git.     
asked by 12.07.2017 / 00:54
1
answer

Know how many times gitub project was cloned

I have a small question to be resolved and I need to know if there is any way to identify how many times my project in github has been clonado .     
asked by 20.10.2016 / 13:58
1
answer

Unlink local directory from remote directory (Git and Github)

I need to change the machine and I need to unlink the current directory to use it only on another machine. So it can not be changed any more from this. How can I do it?     
asked by 13.11.2017 / 12:56
2
answers

How to synchronize github?

I made some changes to a project of mine that was in GitHub, now I want to synchronize it with my local repository and continue editing, how do I do that?     
asked by 22.12.2016 / 00:10
1
answer

Java Web application with Maven with repository in GitHub and hosted in OpenShift

I have a Java web application (wildfly server) created with Maven, locally versioned with Git and remotely on GitHub, I would like to know how to host this application in OpenShift and deploy every Pull received by GitHub.     
asked by 23.03.2016 / 17:17
1
answer

How to use GitHub in Windows XP?

I'm starting in the versioning world with GitHub. I made this decision because there are two workstations that I intend to use to program. One is Windows 7 and the other is Windows XP. The problem is that I can not install the GitHub client on W...
asked by 06.08.2014 / 19:00
1
answer

Working with git in graphical mode on windows

I have git running on an internal network. I want to allow one of the stations to work on this server. I already generated the key in this station and added it to the server where it has git. I have already created the repository on the server a...
asked by 08.08.2014 / 17:02
2
answers

How do I connect remotely in Git

I already know what we use versioning, how to do commits, add new files, logs, etc. but I would like to upload my files to the Github repository online, how do I connect and send my files?     
asked by 05.02.2014 / 18:19
1
answer

Error making clone with Git

When I try to make a clone of a repository through Git Bash by command line I get this error, as in the image below: I'm on a corporate network, could the firewall be blocking me? Has anyone ever had anything like this?     
asked by 14.07.2014 / 14:16
2
answers

How do I get files from a GitHub repo?

I'm doing a project that will download a Git from GitHub, however, I want the download to be automated to the user. For this, I need to get the name of the files and folders that are in the directory. Is there a file in a repo that contains the...
asked by 08.07.2014 / 15:06