git clone from a zip

  • 202
  • 0

摘要:git clone from a zip

first add git exe folder to ur enviroment(System,path)

then unzip,find the folder(TargetDirectory) u expect to clone(the folde might contain hoodk,info,log,objects.....files)

create a new repository and init it

the use git clone TargetDirectory under new repository folder.done.