Most voted "github" questions
Github is a Shared Web Hosting Service for projects that use Git versioning control. It is written in Ruby on Rails by the developers of Logical Awesome (Chris Wanstrath, PJ Hyett and Tom Preston - Wernder). Github has free business plans for open source projects.
Learn more…434 questions
Sort by count of
-
0
votes1
answer64
viewsCan you configure an automatic pull using windows task scheduler?
I’m trying to find a way to update a local system on a server using git versioning to have better security and control in my project, but I’m still pretty naive about it. Turns out I wanted to find…
-
0
votes1
answer56
viewsGit/ Github Repository Error
Devs, I’m starting to use GIT and GITHUB and unfortunately I chose a local repository different than I would like, I tried to delete this and ended up creating more repositories, including with…
-
0
votes2
answers464
viewsHow to make a GIT repository a common system folder again?
Good evening, I’m learning GIT. At first I created my desktop folder as a repository. Which contains several files that have nothing to do with my projects. So I was wondering if you have a way to…
-
0
votes1
answer45
viewsGithub - Branch
Good morning, everyone! There is a repository on github with 02 branch: (Master and Develop). I cloned the Master branch in my local environment and from this Master branch I created the…
githubasked 4 years, 3 months ago Sena Oliveira 364 -
0
votes1
answer46
viewsMaster updated alone with the checkout
Good morning, everyone! I was working on a branch and when I ran the checkout for master (git checkout master) it updated without me doing the merge. The following message appears:…
-
0
votes1
answer1218
viewsGit can’t push my project... and other commands are also giving fatal
Hello again to all I’m going through a very boring problem... and so far I haven’t been able to identify.. Whenever I try to push or pull in my project I get the messages below, and nothing goes up…
-
0
votes1
answer77
viewsProblems pushing to Github
Hello, my friends! I’m trying to push to Github in one of my directories that I’ve done several times. Only now you’re making a mistake I’ve never seen before: My command: git push Github…
-
0
votes1
answer108
viewsHow to use HTML syntax within Github Markdown to display code in Highlight?
On Github it is possible to display an Highlight code with Markdown syntax, as follows (consider the simple quotes being the grave accent `): Este é meu arquivo README.md '''dart void main() { //…
-
0
votes1
answer128
viewsEven after adding the file to gitignore, it continues on github
My situation is this: I created a project, I went up on github and after a long time, I realized that I went up the folder node_modules, and I don’t want her there. I created the .gitignore and add…
-
0
votes0
answers35
viewsBug images from jupyter notebooks to Github
Hello, could someone help me, please? I am starting to work with the jupyter notebook and I need to push my repository but the notebook with images shows nothing when sending to github. I tried…
python-3.x github ipython-notebook github-pagesasked 4 years, 2 months ago Lineker Aguiar Alcântara 1 -
0
votes1
answer104
viewsHow to reopen a closed pull request on Github?
I received a Pull Request from someone today in my Github repository, but I accidentally closed it through the comment tab. How do I reopen and accept closed Pull Request?
githubasked 4 years, 2 months ago JeanExtreme002 5,663 -
0
votes0
answers35
viewsRemove the first commits from Git Code
Is there any way to reduce the history of git by removing older commits? Assuming a Repo has 5000 commits and removing the first 2500 commits.
-
0
votes0
answers87
viewsupdate remote repository with changes made to local repository
I updated my local repository with new information and want to update my remote repository with these changes? what commands should I use to achieve this goal? I’m using git bash from windows.…
-
0
votes1
answer47
viewsGithub sub-folder link to another repository
I have a repository of free books of programming, and they’re getting too heavy and it’s hard for anyone to clone and climb anything, so I wanted to do the same as the repository of Zeno rocha…
-
0
votes0
answers66
viewsGIT with local network server as repository
Hello, I have a situation particularly similar to this one Configuring git for local network And at the same time, I think this one would also be a strong candidate for my scenario How to create a…
-
0
votes0
answers134
viewsIs it possible to transfer files from a branch to a main branch? (Github)
Hi guys! My question is about Github. I moved files to a branch that is not main, and I want to move to the main branch (main). Is there a command in Git Bash to do this? (In case it would be files…
-
0
votes0
answers24
viewsAuthentication Failed - Github Desktop
I have a problem here testing Bitbucket, I’m mirroring a repository of the google platform in Bitbucket. But when I push anything, it asks for a username and a password and I don’t know where it’s…
-
0
votes0
answers47
viewsgithub branch in git
I made a Fork of a project I’m doing in a group, in Github through the branch tabs I made 3 new branch, in my local repository in the Windows 10 operating system I type the git branch command to…
-
0
votes2
answers145
viewsUpdate commits to consider changes in . gitignore
I have the following situation: I created a repository git from a remote of the Github. I did several commits in the local repository (without push to the remote). When I went to perform push for…
-
0
votes2
answers256
viewsClone your own Github project on a different machine
I’m starting studies with Git and Github and I have a question I couldn’t find in the documentation or forums. I have 2 computers, staff and work. I started a project on Github with the personal…
-
0
votes0
answers16
viewsPrivate merge on github
Is there any way to do a private merge on github? I am backing up a small project and I just want other contributors to have access once I release this merge. The repository is registered in my…
-
0
votes0
answers24
viewshow do I see a branch in github
Hello How do I see a branch on the remote github? Could you help me, please?…
githubasked 3 years, 10 months ago Maria Heloisa Folsta Pizarro 1 -
0
votes1
answer85
viewsError pushing Github via Visual Studio
Hey, I got a problem! I can’t push Visual Studio to Github. When I try to get back "Error found while publishing to remote repository: Git failed with a fatal error. Unable to access…
-
0
votes1
answer98
viewsAdd icon in VSCODE Activity Bar
I’m on Vscode and the git hub icon doesn’t appear in the Activity bar. does anyone know how to put the git icon there again?…
-
0
votes0
answers69
viewsI cannot upload my project to the Github repository
Good afternoon. I took a course on Git and am following the steps to insert a project into a Github repository. When I run the "git push origin master" command on Git Bash, the program redirects to…
-
0
votes1
answer30
viewsAdd a remote repository without merging
Guys I need a super help! I develop games in the course I do and use unity3d as Engine. I own a project that can be versioned by unitycollab, but this is used for production within the Unity…
-
0
votes2
answers56
viewsOrigin/master problem in git when trying to commit
I’m trying to commit to updating a project in git, but I always end up having the same problem,he doesn’t because he claims that origin/master has different commits each. I followed what the program…
-
0
votes0
answers35
viewsPython packages, how to send json files
Hello! The title seems a little contradictory, but the following is happening, I’m making a library in python 3.8 and using the following way to install it: pip install…
-
0
votes2
answers123
viewsHow to disable a branch on Github?
Good afternoon, I have a repository on Github with a main branch, and the idea is that with each new Feature, this is done from a new branch, which at the end should be merged with the main branch,…
-
0
votes0
answers30
viewsHow do I reuse content from one branch to another?
I currently have a project with two branches, <main> and <Development>. To <Development> I use to develop what I intend to do, and each "final" version of what I finish. Here comes…
-
0
votes1
answer69
viewsWhat is git send-email for?
I’m needing to use git send-email to send an exercise via email, but I couldn’t understand the purpose of this command in git. Can I send the repository with the files via email? How it works?…
-
0
votes2
answers52
viewsI cannot complete the push command, the command starts the execution but does not finish
After performing the steps below the push was started but was not completed, just does not complete, does not display any message. $ git init $ git add * $ git commit -m "commit inicial" $ git…
-
0
votes0
answers50
viewsI can’t get my first Push through the GIT terminal
I’m facing a problem to perform my first Push by git Bash. I followed all the teacher-oriented procedures and it won’t. Simply when I do git push -u origin main nothing happens, it doesn’t ask for…
-
0
votes1
answer72
viewsGit status: ERROR
Hi, I have a problem with my git control. When I send the "git status" command to I see the changes of my current project, it returns me this error below: warning: could not open directory 'Ambiente…
-
0
votes1
answer42
viewsGit push -u origin master command shows error
Settings: git config --global user.name "keilacardoso" git config --global user.email "[email protected]" Adding origin: git remote add origin…
-
0
votes1
answer142
viewsgit push origin master is not working
I’m doing the following flow: git init git add README.md git commit -m "teste" git branch -M main git remote add origin https://github.com/Brininhoxd/teste.git git push -u origin main when I give…
-
0
votes1
answer22
viewsHightlights inside the code on github
I am making a documentation (REAMD.Md) markdown to be very clear, beginner, on github. When I put the codes, I use the syntax of the code to highlight the colors, aesthetic even, the reading is…
-
0
votes1
answer41
viewsIgnore DLL already sent to Github
I uploaded an Asp.net application on Github with all the Dlls, but now I don’t want to upload them but every time I go to the Github app after compiling my project, there’s Dlls. I searched and saw…
githubasked 3 years, 8 months ago Allysson Ebling 1 -
0
votes1
answer22
viewsGITHUB - Problems to associate local repository with remote repository
I’m starting programming and we’re going to use git/github, I’m creating the first project; I followed the steps : I started a repository ( git init ); I linked the local repository to the remote…
-
0
votes1
answer79
viewsHow to consume Github API on VS2019 avoiding 403 error on all requests?
Somebody please save me. I need to consume the Github API for an internship challenge, but I’m caught in a 2-day problem, the challenge makes it clear that it’s not to use authentications, just use…
-
0
votes0
answers20
viewsPermission denied (Publickey) in Git while running pipline in Jenkins
Blz, everybody? A very strange situation here: I can build a particular image in Openshift normally but, when trying the same build, with the same repository, in my pipe in Jenkins, he informs me:…
-
0
votes1
answer60
viewsI command Git to clone repository but it only clones the ". git" and ". gitignore" folders
I do the command to clone the code that’s in Github but Git only clones the ". git" and ". gitignore folder". Here is my repository: The project: (If I’m putting up too many pictures, excuse me...…
-
0
votes0
answers45
viewsGit deleted my folders
I gave one git status in the repository and this appeared: I don’t know how it happened, but I want the folders back (I never put git add . yet) Changes not staged for commit: (use "git add/rm…
-
0
votes1
answer39
viewsHow to download a Github release file using Webclient on . NET 3.5?
After my question of Create Zip files and unzip using . NET 3.5 I have a problem. It’s just that before I was able to download my file in a Github release, but then it didn’t work anymore. using…
-
0
votes0
answers9
viewsProblems with CI/CD in Github Actions for AWS
I am facing a problem when making my application CD in AWS, within my yml code I have the following excerpt: # Configure AWS credentials - name: Configure AWS credentials uses:…
-
-1
votes1
answer219
viewsWhat commands for Github on the Linux Terminal?
I have a PC at home (Windows) and in college I use Linux Mint. At home I installed a Github program for desktop, and from what I saw only has for Windows, and only 64 bits say of passage. I started…
-
-1
votes1
answer544
viewsGithub with automatic user and password
How to make git memorize user and password, so you don’t have to type every time you upgrade to a project?
githubasked 6 years, 7 months ago Miguel Silva 491 -
-1
votes1
answer80
viewsKeep Fork Updated in git Hub
I joined the Github site and did the Fork of a project, but the original Project got changes, as I do by the site to update the project I cloned? I would like to know if there is any option for the…
-
-1
votes1
answer112
viewsFiles do not appear after deleting gitignore
I created a repository locally, but before uploading the files into the server repository I used sourcetree to ignore files that I didn’t need to upload and then he created one. gitignore, however I…
-
-1
votes1
answer106
viewsCreate a Github/ git repository
I’m trying to create a repository of github, but something is going wrong and I can’t identify what: I’m using: windows 10 // git version 2.22.0.windows// Node V10.16.0 // Browser Sync v2.26.7 //…