Stash was a git server by Atlassian. It is now called Bitbucket Server.
Questions tagged [stash]
3 questions
4
votes
1 answer
Ansible git clone from private repo in Stash
For the life of me I can not figure out why I can not clone a private repo from Stash. Think I have tried:
1) Create 'ansible.cfg' with
[ssh_connection]
ssh_args = -o ForwardAgent=yes
On my project directory. Keys works fine on host as I can…
Mazzi
- 141
- 4
4
votes
2 answers
TeamCity: 'git fetch' command failed. stderr: Socket Closed
We have been working for years with TeamCity and for several weeks with git as version control system.
I have set up integration with TeamCity and that has been working fine.
We have four different projects that use git
Recently some of the projects…
Klas Mellbourn
- 347
- 1
- 5
- 10
0
votes
2 answers
Copying a git repository to atlassian stash?
We would like to move our git repository to an atlassian stash installation. I have created a new and empty repository in stash and from our existing git repository on my local machine I have executed:
git push stash-remote…
u123
- 247
- 7
- 21