

Head to Google Chrome and look for the puzzle piece on the top right hand corner.Download the Github zip file to your computer.I have used Chrome API, Javascript, HTML, and CSS. However, my entire workflow and file management is through drive, and most of my work is solo so I would prefer to keep all my work centralized in Drive.Chrome Extension Leads Tracker DescriptionĬreated a Google Chrome extension where is allows users to keep track of their favorite links. I've read from several stackoverflow questions that you shouldn't git with google drive (or any cloud storage) as they treat each file separately rather than the repo as a whole (as git does). Http.sslcainfo=D:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt Git config -global -l returns the following: $ git config -global -lį=git-lfs filter-process I have also paused google sync to eliminate google backup as a culprit. git/HEAD) are corrupted with random content from other files on my computer (often from csv files). When I use git init in G:/, all the files in git./ (e.g., I get the same error when I rerun git init and if I delete. All of these return the error: fatal: bad config line 3 in file G:/My Drive/np/.git/config( pic). I have tried git init from within G:/My drive, git init "G:/My Drive" and git init G:/My\ Drive. While I am able to initialize new repos anywhere on C:/ using git init, I cannot init a blank repo anywhere in G:/ (I also cannot clone from github or from C:/). I have deduced that my issue it's not related to github, R, or Rstudio, but something with git. I think I messed up something with git on my computer while I was troubleshooting my github PAT. My github Personal Access Token expired, and after updating it (with unfortunately a lot of troubleshooting, reinstalling git, rstudio, and R), git no longer works with google drive.


I've spent the last 15+ hours troubleshooting git with no luck.įor the past 6 months I have been using google drive (G:/) as my local git repo.
