Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone Repository Not Working #343

Open
jxsdev opened this issue May 1, 2019 · 3 comments
Open

Clone Repository Not Working #343

jxsdev opened this issue May 1, 2019 · 3 comments

Comments

@jxsdev
Copy link

jxsdev commented May 1, 2019

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
Copy link

Same issue here.

@ghost
Copy link

ghost commented Sep 9, 2019

So am I。Wish to solve it quickly

@AndreasPercher
Copy link

Same with [email protected]:/.git

Any Help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants