0

Following this link: https://confluence.atlassian.com/display/STASH/Getting+started+with+Git+and+Stash

I just installed Atlassian Stash, created a new project and repository, but immediately got this error, any idea how to fix this?

git clone http://admin@localhost:7990/scm/gmpp/gmpp.git
Cloning into 'gmpp'... fatal: unable to access 'http://admin@localhost:7990/scm/gmpp/gmpp.git/': The requested URL returned error: 403
Zong
  • 6,160
  • 5
  • 32
  • 46
user3519903
  • 57
  • 1
  • 5
  • Stash developer here, if you get stuck try raising a support ticket so we can ask for your logs. https://support.atlassian.com/ – charleso Apr 11 '14 at 11:59
  • I raise the question here but nobody replies. Let me try support. https://answers.atlassian.com/questions/282781/stash-git-clone-returns-the-requested-url-returned-error-403 – user3519903 Apr 11 '14 at 13:59
  • I tried support site, but never received the "Verify your email address". – user3519903 Apr 11 '14 at 14:01

1 Answers1

1

Change to https works.

However, I got a new error in this command: git push origin master The application has failed to start because libcurl-4.dll was not found

user3519903
  • 57
  • 1
  • 5