adafruit / Adafruit-WebIDE

This is a simple editor to be used on the Raspberry Pi (or anywhere?).
http://adafruit.com
Other
474 stars 78 forks source link

Clone Repository Not Working #343

Open jxsdev opened 5 years ago

jxsdev commented 5 years ago

With a fresh install on a Raspberry Pi 2B I can't get any Git functionality to work.

Clicking + Clone Repository always results in "TypeError: Path must be a string. Received undefined"

After running a debugger, it looks like this 'req.user' being passed as the repository_url to clone_update_remote_push.

master/controllers/editor.js: 145 git_helper.clone_update_remote_push(req.user, repository_url, function(err, status) {

master/helpers/git_helper.js: 82 exports.clone_update_remote_push = function(repository_url, cb) {

ronaldroe commented 5 years ago

Same issue here.

ghost commented 5 years ago

So am I。Wish to solve it quickly

AndreasPercher commented 4 years ago

Same with git@gitlab.com:/.git

Any Help?