+ [5 years ago] gidna so I tried: git init; and then git push but it doesn't work
+ [5 years ago] jhass I never have seen git use "doesn't work" as an error message
+ [5 years ago] gidna error: failed to push some refs to 'https://github.com/gioretikto/jac.git'
+ [5 years ago] dreisner hi, noob question about actions. i'm setting up a yaml file for a CI and need to use a docker image. how do i execute the actual build+test steps in the docker container after specifying 'uses: docker://whatever' ?
+ [5 years ago] circuitbone Try #docker if no luck in here dreisner

message no. 175645

Posted by gidna in #github at 2019-11-03T16:34:33Z

ok but via git?
+ [5 years ago] snappy so i wanta put a thing on the web using the github pages using a custom domain - i follow the documentation - for now i'm only setting up my apex domain and using A records, github pages commited a CNAM file with my domain, i now get a redirect loop whether i go with the github.io page or the apex domain
+ [5 years ago] snappy i can't figure out what is going on
+ [5 years ago] snappy apex domain has correct A records.
+ [5 years ago] snappy my github.io 301 redirects to my apex domain, my apex domain 301 redirects to the github.io subdomain
+ [5 years ago] snappy oh weird, sometimes it redirect loops, sometimes it displays my website.