bitbucket-server

Git Error : [remote rejected] master -> master (missing necessary objects)

只愿长相守 提交于 2019-12-01 21:11:48
I've a rather worrying problem with git. A few days ago I was committing some changes when the server git was on blue screened. (We think it was actually caused by git.) Since then I've not been able to commit any changes to the repository, while others can. I can no longer commit changes to the files I was committing when the server crashed, however I can commit changes to other files. I've tried creating a fresh directory and cloning into it. As well as a git stash , git pull --rebase , git stash apply . No matter what, the server is returning an error when I now try to commit the files I

Unstaged changes immediately after cloning in Eclipse

跟風遠走 提交于 2019-11-30 23:59:24
I'm using Atlassian Stash, and the Git plugin for Eclipse Kepler, and I'm trying to clone a repository. As soon as I complete it, I immediately end up with N unstaged changes, where N vary everytime I try it. When I try and compare the two files that are apparently different, there isn't a single change. I'm guessing there may be some differences between the metadata of the files, but since I can't find what exactly has changed I don't want to commit/push the files either. Like I said, the number of files that have changed are completely random, and the kind of files that have been changed are

git clone/ssh under jenkins

寵の児 提交于 2019-11-30 23:13:08
I am using stash as a git repository manager. stash enables you to add ssh keys for each user trying to connect and clone from it. I have configured it fine for all unix users but windows is giving me hard times. the git clone process on the windows slave machine (2008 R2 server) hangs forever since it probably doesn't find the .ssh directory, where the keys are kept. when running the same command manually from cli, it works fine. I have tried all sorts of configurations, played with %HOME% env variable,etc. it simply won't work for me. spent more then a day on this issue but nothing worked.

Unstaged changes immediately after cloning in Eclipse

ぃ、小莉子 提交于 2019-11-30 19:25:57
问题 I'm using Atlassian Stash, and the Git plugin for Eclipse Kepler, and I'm trying to clone a repository. As soon as I complete it, I immediately end up with N unstaged changes, where N vary everytime I try it. When I try and compare the two files that are apparently different, there isn't a single change. I'm guessing there may be some differences between the metadata of the files, but since I can't find what exactly has changed I don't want to commit/push the files either. Like I said, the

Error in Jenkins connection to stash

て烟熏妆下的殇ゞ 提交于 2019-11-30 18:27:18
I'm trying to configure my Jenkins job to connect to Altassian Stash. I'm using the git plugin for Jenkins. Here the job configuration details- under source code management, choose git: Repository Url: https://lab.xyz.com/stash/scm/projects/sandbox.git Credentials: jenkinuser/password (defined in the global credentials of Jenkins configuration) I get the following error: Failed to connect to repository: Could not init C:\Windows\TEMP\hudson1141847846411984817tmp (The tmp name keeps changing). Appreciate any help. Thanks. Ash I know its a little late but this worked for me: Check if you have

git clone/ssh under jenkins

♀尐吖头ヾ 提交于 2019-11-30 18:11:17
问题 I am using stash as a git repository manager. stash enables you to add ssh keys for each user trying to connect and clone from it. I have configured it fine for all unix users but windows is giving me hard times. the git clone process on the windows slave machine (2008 R2 server) hangs forever since it probably doesn't find the .ssh directory, where the keys are kept. when running the same command manually from cli, it works fine. I have tried all sorts of configurations, played with %HOME%

Error in Jenkins connection to stash

和自甴很熟 提交于 2019-11-30 01:41:56
问题 I'm trying to configure my Jenkins job to connect to Altassian Stash. I'm using the git plugin for Jenkins. Here the job configuration details- under source code management, choose git: Repository Url: https://lab.xyz.com/stash/scm/projects/sandbox.git Credentials: jenkinuser/password (defined in the global credentials of Jenkins configuration) I get the following error: Failed to connect to repository: Could not init C:\Windows\TEMP\hudson1141847846411984817tmp (The tmp name keeps changing).

How do I setup Carthage to use my own Frameworks that are in private repository like Stash (Bitbucket)?

蓝咒 提交于 2019-11-28 23:25:44
I was wondering if there is something like private pods in Carthage , I have a couple of frameworks and I'm currently using git submodules , I started using Carthage for a new project and is pretty nice but so far I just configured it to manage third party Frameworks dependencies. I've checked the carthage documentation but is not that clear on how to set it up. Does Carthage work only with Github repos? Can it work with Atlassian-Stash (now Bitbucket )? If so how? So I finally found out how to setup Carthage with a Atlassian-Bitbucket on the Cartfile i Just need to define the dependency

How do I setup Carthage to use my own Frameworks that are in private repository like Stash (Bitbucket)?

两盒软妹~` 提交于 2019-11-27 14:47:34
问题 I was wondering if there is something like private pods in Carthage , I have a couple of frameworks and I'm currently using git submodules , I started using Carthage for a new project and is pretty nice but so far I just configured it to manage third party Frameworks dependencies. I've checked the carthage documentation but is not that clear on how to set it up. Does Carthage work only with Github repos? Can it work with Atlassian-Stash (now Bitbucket )? If so how? 回答1: So I finally found out

Free GIT Server with Web GUI a la BitBucket/GitHub [closed]

女生的网名这么多〃 提交于 2019-11-27 09:52:46
At work I am working with BitBucket. I want something like that for at home to deploy on my Linux Server. So I am looking for: Only 1 or 2 users needed. An GIT Server deployable on Linux A Fancy Web GUI to visualize branches and do other operations (creating repos, branches, merging, statistics). Well documented how to get this all running on Linux/Ubuntu. Free/Low Cost. What are my options. I found so far BitBucket Server for $10/year. What are other options? I would give gitlab a try, the Omnibus package is easy to install and it works fine here: https://about.gitlab.com/ Gitlab Community