GithubHelp home page GithubHelp logo

Comments (13)

RoHeck avatar RoHeck commented on June 14, 2024 1

In the past I was able to connect without a personal access token, but i have tried it out with a token just now, but it results with the same issue.

from desktop.

ianfife avatar ianfife commented on June 14, 2024 1

Getting the same issue.

from desktop.

RoHeck avatar RoHeck commented on June 14, 2024 1

git -c credential.helper= fetch --progress --prune --recurse-submodules=on-demand origin
dosen't work too
but a simple "git fetch" as well as "git fetch --progress --prune --recurse-submodules=on-demand origin" works

from desktop.

sergiou87 avatar sergiou87 commented on June 14, 2024

Hey @RoHeck 👋

Thank you for your report and your logs. Is it possible that you're providing the wrong password when asked for credentials?

More specifically, Azure DevOps repos require "Personal Access Tokens" (instead of your account password) which can be generated following the instructions in this article: https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows

Please, let us know if that helps.

from desktop.

erencylk avatar erencylk commented on June 14, 2024

I have same problem. I was able to access via PAT, but now we are getting the same error.

from desktop.

steveward avatar steveward commented on June 14, 2024

@RoHeck just to confirm so we're not missing anything -- did you ensure your access token had the correct scopes set? One way to check would be to use the same token on the command line to clone a repo.

I have same problem. I was able to access via PAT, but now we are getting the same error.

@erencylk are you also using Azure DevOps? Can you share the log file from GitHub Desktop from a day you encountered this error?

from desktop.

erencylk avatar erencylk commented on June 14, 2024

@RoHeckhiçbir şeyi kaçırmamamızı sağlamak için sadece onaylamak amacıyla -- erişim belirtecinizin doğru kapsamların ayarlandığından emin oldunuz mu? Kontrol etmenin bir yolu, bir repoyu klonlamak için komut satırında aynı belirteci kullanmak olacaktır.

Bende de aynı sorun var. PAT üzerinden erişebildim ancak şimdi aynı hatayı alıyoruz.

@erencylksiz de Azure DevOps kullanıyor musunuz? Bu hatayla karşılaştığınız günün günlük dosyasını GitHub Desktop'tan paylaşabilir misiniz?

I'm using Azure DevOps server. Git desktop version 3.3.14 works but when I update it it doesn't work

from desktop.

RoHeck avatar RoHeck commented on June 14, 2024

I have tried it with a read/write, as well as with a full-access token.

Is there a way to download 3.3.14 just that i can use a functional version for the moment?

from desktop.

jonaspetraska7 avatar jonaspetraska7 commented on June 14, 2024

Go to your install path : %LOCALAPPDATA%/GitHubDesktop/app-3.3.14 there should be a GitHubDesktop.exe for the 3.3.14 version, make a shortcut and use 👍

from desktop.

RoHeck avatar RoHeck commented on June 14, 2024

@jonaspetraska7 Perfect! It works - thank you very much!

from desktop.

sergiou87 avatar sergiou87 commented on June 14, 2024

@erencylk Could you upload the log file from GitHub Desktop so that I could get some more information about this error? To access the log files go to the file menu in GitHub Desktop and select Help > Show Logs.
The log files are created daily -- please upload a log file as an attachment from a day where you experienced the issue.

@RoHeck just curious, does your repo use submodules or LFS? 🤔 Does it work if you run git -c credential.helper= fetch --progress --prune --recurse-submodules=on-demand origin from the terminal (which is exactly what GitHub Desktop does) ? It should ask you for credentials too.

from desktop.

sergiou87 avatar sergiou87 commented on June 14, 2024

Hello 👋

Please, try the latest beta (3.3.19-beta2) from https://desktop.github.com/beta which includes support for multiple git credentials on the same host based on different repository paths and let us know if it works.

After updating, you might need to re-enter your credentials for your Azure DevOps repositories.

For hosts other than dev.azure.com, you might need to set useHttpPath to true for whatever domain your repos are hosted on. For example, for gitlab:

git config --global credential.https://gitlab.com.useHttpPath true

Thank you for your patience 🙏

from desktop.

sergiou87 avatar sergiou87 commented on June 14, 2024

You can download 3.4.0 now from https://desktop.github.com (auto-updates are rolled out progressively and might take longer)

Closing this now, thank you for your patience 🙏

from desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.