git-extensions

Git error “non-monotonic index”

ぃ、小莉子 提交于 2021-02-07 05:34:04
问题 My git setup has a central repository to which I push. Today I decided to look at the central repository using Git Extensions , and it said that the repo has no commits (almost as if the repo was never created). Investigating this issue, I tried to clone the repo, and it gave me some weird errors I've never seen: error: non-monotonic index C:/Temp/N1/Netduino/.git/objects/pack/pack-29a18084cf61cd0322a6e9cfd485ce0977348c53.idx error: non-monotonic index C:/Temp/N1/Netduino/.git/objects/pack

What can cause git to mess with character encoding?

北慕城南 提交于 2021-02-06 07:59:56
问题 Edit: git does not mess with character encoding. This is still here to share knowlege and avoid others making the same mistake. The context : My enterprise uses an svn repository. I'm using git-svn as a client to interact with this repository. All text files in the project are (and must be) encoded with windows default encoding (cp-....). I use git-extensions, and sometimes the command line to pilot git. What I did : During the last 3 days, I was working on a new feature, and I did a number

What can cause git to mess with character encoding?

半城伤御伤魂 提交于 2021-02-06 07:57:09
问题 Edit: git does not mess with character encoding. This is still here to share knowlege and avoid others making the same mistake. The context : My enterprise uses an svn repository. I'm using git-svn as a client to interact with this repository. All text files in the project are (and must be) encoded with windows default encoding (cp-....). I use git-extensions, and sometimes the command line to pilot git. What I did : During the last 3 days, I was working on a new feature, and I did a number

Git: alternative for stash

巧了我就是萌 提交于 2021-01-21 09:38:44
问题 I'm using Git Extensions for my projects. I really like it. There is an issue that keeps bugging me and I'm pretty sure there is a trick in Git Extensions for it. Here is the scenario: From master branch, I created 3 branches A , B and C . Started working in branch A , did some changes Switched to branch B , I still see changes made in A as they are not committed I don't want to commit changes in A because I'm not done yet and I don't want this commit to appear in commit history I don't want

Git Extensions stored wrong credentials [duplicate]

蹲街弑〆低调 提交于 2020-01-02 00:52:17
问题 This question already has answers here : Remove credentials from Git (29 answers) Closed last year . My username and password were stored somewhere in internals of Git Extensions. After some time it was necessary to give username and password again and I gave wrong pass many times. Now if I want to pull something etc. I receive fatal: Authentication failed . I cannot give new password, it seems to be stored and I don't know how to change it. Is it possible to delete the old credentials? I

Using remote host as working directory, git extensions

 ̄綄美尐妖づ 提交于 2019-12-24 03:04:36
问题 Instead of cloning a repository and developing & testing locally, our project has to be hosted on the server and tested there, due to licensing restrictions (operate on particular domain, within a specific path, specific IP allowed, etc) Therefore we cannot setup local test environments, we have to use a central repository and use that as a sort of "remote working directory" The development team would like to use git extensions (gui) Is there anyway of setting up git extensions to open a

Git Extensions - Can't push to git bare repository in a network drive on Windows

做~自己de王妃 提交于 2019-12-24 00:58:14
问题 I'm learning git on Windows, I have installed Git Extensions (Version 2.47.3) and played a bit with it. I've created a bare repository in my C: unit (as a central repository) and a personal repository anywhere else in my hard disk. I commit, push and pull with no problems with this two repos in my hard disk. Now I have created a new bare central repository that is not in my hard disk but in a network drive, let's say: //myShare/centralRepo/ and a new personal repo(local hard disk). I've

Can't authenticate to GitHub from Git Extensions?

纵然是瞬间 提交于 2019-12-21 14:00:10
问题 I'm just setting up Git Extensions in Visual Studio 2010 and can't really get it to work - I can't authenticate. In Git Extensions, if I choose Plugins->GitHub I can add user, password, API token and choose SSH. Fine. Except that API tokens aren't available anymore as GitHub are moving to API v 3 now. Anyone got news on this? I've seen a very recent discussion but no clue. Surely there must be more GitHub users than me using Git Extensions and having authentication issues? 回答1: Just for

The fingerprint of this host is not registered by PuTTY?

亡梦爱人 提交于 2019-12-21 04:36:08
问题 I'm a quite beginner in using Git (cmd, and UI clients), I installed Git extensions, set up all requirements. When I tried to connect to a repository on BitBucket, private account (I used my own ppk that I have on my computer), I get this message: When I click on Yes I'm presented with a Git window: Can anyone help me get over this so I can clone repositories? 回答1: Open the command prompt or Git bash and run the following command, where the bracketed term is the username and SSH path of your

TortoiseGit vs Git Extensions

廉价感情. 提交于 2019-12-20 08:27:12
问题 What are the benefits and disadvantage of using either Git Extensions or TortoiseGit on a Windows Based OS? 回答1: I don't know GitExtensions, but I can share my experience with TortoiseGit (alluded to by marc_s's comment): Pros: Excellent integration with Windows (it's a shell extension) Nearly the same UI as TortoiseSVN (if you already used TortoiseSVN, you know what to expect). Cons: You will have a hard time understanding how to use git. The problem with TortoiseGit is that people who