question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Since 0.2.0, git push fails (on Colab)

See original GitHub issue

I’m not sure whether it is a Colab-specific issue.

git push works with 0.1.2 using username/password login, but it fails with 0.2.[01] using token.

!git config --global credential.helper store
!huggingface-cli login
...
!git push

remote: Invalid username or password. fatal: Authentication failed for [repo URL here]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
LysandreJikcommented, Dec 3, 2021

Hmmm I can’t seem to reproduce, could you share more information about the workflow? Was it a model that was previously cloned?

1reaction
LysandreJikcommented, Dec 3, 2021

Thanks for reporting, taking a look

Read more comments on GitHub >

github_iconTop Results From Across the Web

error when pushing files to Git in Colab: fatal: could not read ...
I have created a folder, Folder, with some files in it in Google Drive. I run the following codes on Google Colab: %cd...
Read more >
Google Colab, numpy dependencies... · Issue #329 - GitHub
This issue still persists on google colab, due to dependencies... ERROR: tensorflow 2.5.0 has requirement numpy~=1.19.2, but you'll have numpy ...
Read more >
Google Colab + Git - Pushing Changes to a GitHub Repo!
Brief tutorial on how to access Git in Google Colab and push changes to a GitHub Repo.The notebook can be found in the...
Read more >
Deep Learning Development with Google Colab, TensorFlow ...
Step 1: Find the Github Repo and Get “Git” Link · 2. Git Clone · 3. Open the Folder in Google Drive ·...
Read more >
_colab_helper.ipynb - Colaboratory - Google Colab
If a push fails, it might be because you need to pull in remote changes. Re-running the last push command should show the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found