Questions tagged as 'git'

1
answer

Git installation not being recognized by Windows

I'm not familiar with bower and installing packages as well ... I installed the Foundation Zurb , for email marketing installed correctly, but when I give the foundation new command to create a new project, it returns me the following...
asked by 16.03.2018 / 21:09
1
answer

Heroku login error in Windows cmd

I try to access Heroku services through cmd, but I get this message: C:\Users\xxx.xxx.xxx λ heroku login ! EPERM: EPERM: operation not permitted, open 'C:\Program Files (x86)\GNU\SSH\_netrc'     
asked by 28.03.2018 / 14:38
1
answer

GIT file permission

All my systems I have are giving permission problem after I give a git pull , so for example I have a folder where my js and css files are generated. Folder assets / min /, after I pull a pull I always need to run chmod -R 777 assets/mi...
asked by 29.01.2018 / 20:10
1
answer

Git Bash is suggesting saving on the removable disk

Git Bash already starts on the removable disk, and all commands that need to create some folder it sends to this address that apparently is the default. I would like to know if you have any global command to set the workbook it will use?    ...
asked by 25.04.2018 / 00:22
1
answer

How to delete files from my remote and local HEAD from my git but not delete from my disk? [duplicate]

I have some files that I uploaded in my remote and local Git HEAD, but now I need to delete these files but I need to leave them in my local development environment. These files can not go to the remote because they are private files.     
asked by 30.10.2017 / 20:49
1
answer

Upload branch information after days

I have 2 development areas: approval and production . Generally before going up to production I go up to the homologation to perform test (I believe that general does this) until here everything OK. But I'm going to upload a new layout to...
asked by 18.09.2017 / 14:27
2
answers

Gitignore does not work

My .gitignore continues displaying the folder and some files. I'd like to ignore them all at once. I left it like this ignore /* * /*/ */* *.* .* !.gitignore Not Ignore #plugins/* !plugins/Indicadores/ !plugins/Base/     
asked by 09.10.2017 / 23:11
1
answer

Does anyone explain this message from git, after a pull to develop it?

I have the develop arm on my local machine. No develop remote there are 10 programmers pushing every day. So I always do a pull before doing the merge of my develop with the feature123 that I'm working on and about to send to the remote featu...
asked by 18.08.2017 / 15:56
1
answer

Error downloading branch in git

I was working on a branch on my personal machine, and when I downloaded it to the company machine, using the windows power shell, I received the following message: PS projeto> git checkout -t origin/minha_branch fatal: Cannot update paths a...
asked by 08.06.2017 / 16:02
1
answer

What is the MERGE_MSG.swp file?

When running the merge command from my branch into another. The following alert occurred: According to the image description itself. The alert is displayed because the .MERGE_MSG.swp file is also being edited by another person o...
asked by 06.07.2017 / 15:00