Questions tagged [bare]
37 questions
0
votes
0 answers
git init in post-receive
i suffered a very bad problem.
i want push local repository to remote repository from my client and then excute post-receive script copy to webroot.there is a piece of code in my post-receive as follows:
cd /home/james/mywebsite
git init
git pull…
0
votes
2 answers
Softlayer Java: Invalid container specified: SoftLayer_Container_Product_Order
I want to order an hourly Bare Metal, using Softlayer java API. I took the idea from https://gist.github.com/bmpotter/fe2de7f8028d73ada4e5. Here are my steps:
Hardware hardware = new Hardware();
Order orderTemplate = new Order();
// 1.…

CSN
- 9
- 3
0
votes
1 answer
MIPS (Bare Mode) String Won't Print
Recently while starting to learn MIPS in university, I've come across a problem while trying to print 1 string, accept a user input, and then print another string and accept a user input. Both user inputs should be stored to registers a0 and a1…

D Evans
- 3
- 4
0
votes
1 answer
Producing JSON from C#: WebMessageBodyStyle.Wrapped or WebMessageBodyStyle.Bare?
I am trying to write a C++ application, using C++ REST SDK lib, that will process JSON data produced by a C# application. A C# program can produce JSON in a "wrapped" or "bare" style.
Using BodyStyle = WebMessageBodyStyle.Wrapped, C# produces JSON…

Adam Godefroy
- 45
- 1
- 9
0
votes
1 answer
Array Equivalent of Bare-String
I can do this without issue:
const char* foo = "This is a bare-string";
What I want is to be able to do the same thing with an array:
const int* bar = {1, 2, 3};
Obviously that code doesn't compile, but is there some kind of array equivalent to…

Jonathan Mee
- 37,899
- 23
- 129
- 288
0
votes
1 answer
How can git status reflect changes made by other users in shared environment?
The question of the subject relates to what gitguys.com seemS to claim in order to explain that "the output of git status should not change" in an environment of multiple users working off NON-NARE repository…

WITL
- 107
- 1
- 9
-1
votes
1 answer
Kubernetes loadbalancer with dedicated servers
I have a problem with setting kubernetes loadbalancer/ingress(under port 80 for example).
I don't use it with any cloud, just VPS servers with only one IP per server.
I'm was trying install traefik but I don't get external-ip - it's stuck on…

rafal1337
- 164
- 10