Since 0.2.0, git push fails (on Colab)
See original GitHub issueI’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:
- Created 2 years ago
- Comments:11 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hmmm I can’t seem to reproduce, could you share more information about the workflow? Was it a model that was previously cloned?
Thanks for reporting, taking a look