Questions tagged as 'github'

1
answer

Authentication error when sending file to repository in Github

Well, I followed the steps in this link , but when I arrive in git push -u origin master it asks the git user and password in a windows forms, then asks the user (2 line), and asks for the SSH password, and I did not even set this passwo...
asked by 26.07.2018 / 20:41
2
answers

Recover deleted files with git

I created a repository in github, gave the git init of my folder and after that I did the foolishness to give these two commands below, after that my files that were in my folder are gone ... how to get back the files? I had not yet committed an...
asked by 21.07.2018 / 19:24
2
answers

Join several commits of a branch

I have the following situation: I created a branch, for which I made several commits, I pushed the github, now I wanted to join those commits, which are already in github in one, not to be commits of "garbage". Does anyone know how it works?   ...
asked by 06.05.2018 / 02:50
1
answer

Error: 'could not read Username for' https://github.com 'while pushing

I have an ASP.NET versioned project in GitHub and when trying to do a push the following error is returned:    fatal: could not read Username for ' link : terminal prompts disabled Does anyone have any tips?     
asked by 09.05.2018 / 22:47
1
answer

How to use github lib in my Android Studio project?

I need to use a lib to zoom in the imageview of Android Studio, after some research, I found a lib in github that can help me, but I could not use it in my project, someone explains how to use github in my project? I'm new to the area and I'm ge...
asked by 13.06.2018 / 19:34
0
answers

How to integrate Sublime Text with some Github repository

I have a repository in GitHub, how do I integrate this repository into Sublime Text to commit my source codes? I looked for tutorials but did not find it.     
asked by 20.03.2018 / 18:56
1
answer

Problem with push and pull on github

I'm trying to do a git pull and a git push to send files to my repository in github but in both cases it gives this error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Does anyone know how to solve this p...
asked by 01.03.2018 / 20:50
1
answer

GitHub Pages crashing when trying to load resources with error 404

I tried uploading a project I had done some time ago, and when I use the GitHub pages to play online, I find it difficult to render. Thefilesitcannotloadareallinthe repository , I do not understand the difficulty that the GitHub pages are ha...
asked by 07.12.2017 / 21:15
0
answers

What is the meaning of using robots file in pages in Github?

According to this Stack Overflow response you can use robots.txt to prevent search engines from indexing pages that webmaster does not want.    How is this possible?            via a Custom Domain or custom domain.    Howeve...
asked by 11.11.2017 / 17:32
0
answers

Organize tests on GitHub, good practice?

I'm currently doing a search to automate and organize software testing . In the midst of the searches I found some tools , but I believe that a new tool would not be as productive as the developers would want to get acquainted with....
asked by 13.11.2017 / 15:02