github-desktop

Github Desktop Authentication Failed

◇◆丶佛笑我妖孽 提交于 2019-12-05 05:58:57
Using: Windows 10, Github Desktop, Git 2.19.1.windows.1(64bit), VisualStudio VSTS Background: Managed to add the repository I had in my machine, but I can't do anything with it. I have access to the remote repository, I used gittortoise before, and I could commit just fine. Procedure: Trying to use Github desktop to fetch, pull, or commit changes to remote. Error: Authentication Failed (We were unable to authenticate with repository. Please enter your username and password to try again.) Attempt: Tried to input the username and password I used to login visual studio vsts, it keeps giving me

Rollback uncommitted changes in GitHub Desktop (or Github for Windows)

主宰稳场 提交于 2019-12-04 00:13:40
I'm using Github Desktop (previously called GitHub for Windows ) and I made a bunch of changes to my local files. It became such a mess that I decided I just want to rollback my local files to where they were the last time I made a commit. I haven't committed the new changes - I just want to get rid of them. How can I do this? Mark Cramer When you open GitHub for Windows v2.0 (ancestor of GitHub Desktop ) and select your repository in the leftmost column, you'll see all your previous commits in the 2nd column from the left. If you select one of those commits, in the right column at the top you

GitHub Desktop: “This file is empty”

三世轮回 提交于 2019-12-03 14:34:28
The file naaclhlt2016.tex is not empty on the client or in the repository, however GitHub Desktop displays "This file is empty". What could explain this? The file naaclhlt2016.tex is present on GitHub repository: git status : It creates conflict when I try to sync: After discussion, if the change of the tex file is only in term of metadata (and not actual file content change, after a latex recompilation), the GitHub Desktop might be unable to display any change. Since it detects no change even though the git status list this file, it falls back to a "this file is empty" message. In addition to

How do I delete a local branch on Github Desktop?

拟墨画扇 提交于 2019-12-03 07:21:01
问题 Last week I upgraded my Windows Github to Github Desktop. It is certainly a lot faster than that last update they made for Github Windows. It also has a nice little visual timeline of commits and maybe I am being dumb, but the ability to delete local branches seems to be gone . Before it was under “manage branches” (also gone). Any idea? Update: In v3.0.5 they have added the option to delete local branches from the gear menu. 回答1: On Mac OSX: for everyone having this problem with the latest

How do I delete a local branch on Github Desktop?

柔情痞子 提交于 2019-12-02 19:56:10
Last week I upgraded my Windows Github to Github Desktop . It is certainly a lot faster than that last update they made for Github Windows. It also has a nice little visual timeline of commits and maybe I am being dumb, but the ability to delete local branches seems to be gone . Before it was under “manage branches” (also gone). Any idea? Update: In v3.0.5 they have added the option to delete local branches from the gear menu. ProblemsOfSumit On Mac OSX: for everyone having this problem with the latest version: Select the branch that you want to delete, go to "Branch" -> "Delete Branch" On

Why does GitHub desktop present history as if it was from only one of our team?

非 Y 不嫁゛ 提交于 2019-12-01 17:27:20
I'm using Git in a team of three to build an iOS app. For this project we are all Mac and Xcode based and have a variety of different ways of using Git: within Xcode, using Github Desktop, and from the Bash terminal. I am confused about the history I am seeing in GitHub desktop - it is linear and appears to be all from one developer. I can use the terminal command git log --since='2016-05-06' --pretty=format:"%h %an %cd" --graph to see the last few days' commits: I can clearly see that the last twelve commits are spread between all three contributors. But it does not look like this in

How to sync your forked repo with original Repo in Github Desktop

試著忘記壹切 提交于 2019-11-30 16:12:20
Please Read this before marking as Duplicate I know there is a solution for CMD at https://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository but i asked for GitHub Desktop, If you can't answer then dont mark as Duplicate I am new to development, I hear about Git and GitHub learn very basics then I downloaded GitHub Desktop After a while I found a great Open Source project I forked it and cloned the forked Repo in my Github Desktop. I improved some features in and and Synced my local Repo with my GitHub forked Repo, after that I did a Pull Request My addition was

Why was git installed in AppData instead of Program Files?

寵の児 提交于 2019-11-29 21:12:34
问题 I installed the GitHub Desktop app in my Windows 7 from here and then restarted my laptop. I go to the Windows cmd and type git clone https://github.com/myName/myAwesomeProject.git and I get 'git' is not recognized as an internal or external command, operable program or batch file. . So I googled it and found out that I have to re-set the PATH from here. I go to the C>Program Files (x86) and there is no Git folder there. I dont know why. I searched for "Git" inside C and found it here C: