jmportilla / Python-for-Algorithms--Data-Structures--and-Interviews

Files for Udemy Course on Algorithms and Data Structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running into issue with cloning this repository

aliforgetti opened this issue · comments

facing the exact same issue

Try the following and please let me know if it works:

  1. git lfs install
  2. git config --system core.longpaths true
  3. GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/jmportilla/Python-for-Algorithms--Data-Structures--and-Interviews.git

I went HAM on this and somehow ended up with the files:
image

These threads helped along the way: thread 1 thread 2

I've created a PR to address this issue: #26

commented

We've reorganized and reformated the notebooks and folder structure

This is still a problem.