question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is this the correct path format? It claims the repo is empty

See original GitHub issue

I have in my dropbox folder repos/test2 directory, which is a git repo with a committed file. But then I do this:

git clone "dropbox://repos/test2"
Cloning into 'test2'...
info: repository is empty
warning: You appear to have cloned an empty repository.

It claims it is empty, and git status in my new cloned dir says it is an initial commit.

Why is this?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anishathalyecommented, Dec 17, 2016

Yeah, it does seem like a bunch of people use it (I wish I had exact statistics, though).

I do believe it is stable enough. I personally use it for a bunch of my own projects.

Also, the way git-remote-dropbox is designed, it’s really easy to reconstruct a git repo given just the folder from Dropbox (see here). So this should give you additional peace of mind.

0reactions
anishathalyecommented, Dec 17, 2016

Yeah, that should work for you.

Sent from my iPhone

On Dec 16, 2016, at 7:43 PM, andrew stoeckley notifications@github.com wrote:

re: my last comment, i just found this so I shall try: #44

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Path.repo is empty - Elasticsearch - Discuss the Elastic Stack
Hi, I am using centos so I give permission to file. After result is correct. permission to file: Open the terminal in the...
Read more >
git clone "you appear to have cloned an empty repository" but ...
The git repository is stored in the .git folder inside the working directory. Try this: git remote add origin s:/cap2office/.git.
Read more >
Message "destination path 'XXX' already exists and is not an ...
The message destination path'XXX' already exists and is not empty directory is displayed during code clone from a cloud repository.
Read more >
Git error - Fatal: Not a git repository and how to fix it | Datree.io
This error means you attempted to run a Git command, but weren't inside a Git repository. Make sure you've: ... Usually, this is...
Read more >
File location error- repository empty - PsychoPy Discourse
It says that the folder I am trying to set as the local path for the project sits inside another folder that git...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found