简体   繁体   中英

Importing existing git repo into assembla

Currently I have an website on a .zip file containing also the .git directory and all the history. I want it to be imported into an Assembla git repository preserving the history of all previous changes. Is there an easy way of doing it?

extract your zip, navigate to it in your shell, and do git push <git assembla url> : . this should push all the refs to the new assembla repo.

If you cannot push to an assembla repo, check your ssh keys, like in this thread .

ssh -v git@git.assembla.com

And see if there was not too much login errors in your tries:

Your IP was added to blacklist due login failure to our server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM